#B01158

Color #B01158 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B01158

Tints of Jazzberry Jam #B01158

Color information

#B01158 (or 0xB01158) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 11 and 58. RGB value is (176,17,88). Sum of RGB (Red+Green+Blue) = 176+17+88=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B01158 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01158 is #4FEEA7. Grayscale: #484848. Windows color (decimal): -5238440 or 5771696. OLE color: 5771696.

HSL color Cylindrical-coordinate representation of color #B01158: hue angle of 333.21º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01158 is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1761788-
CMYK00.900.500.31
HSL333.21º82.38%37.84%-
HSV(B)333.21º90.34%69.02%-
XYZ19.8710.3410.18-
YUV72.63136.68201.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 62.63%
GREEN value IS 17 (7.03% from 255) = 6.05%
BLUE value IS 88 (34.77% from 255) = 31.32%
R=62.63%
G=6.05%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176178800.900.500.31333.2182.3837.84
HexB0115805A321F14d5226
Octal260211300132623751512246
Binary1011000010001101100001011010110010111111010011011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01158; }

 p { color: rgb(176,17,88); }

 H1.HeaderClassName
 {
   color: #B01158;
 }
 .AnyTagClassName
 {
   color: #B01158;
 }
</style>
background-color css

<style>
 a { background-color: #B01158; }

 a { background-color: rgb(176,17,88); }

 div.DivClassName
 {
   background-color: #B01158;
 }
 .BgClassName
 {
   background-color: #B01158;
 }
</style>
border-color css

<style>
 span { border-color: #B01158; }

 span { border-color: rgb(176,17,88); }

 td.TdClassName
 {
   border-color: #B01158;
 }
 .TagClassName
 {
   border-color: #B01158;
 }
</style>