#B01167

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

Shades of Jazzberry Jam #B01167

Tints of Jazzberry Jam #B01167

Color information

#B01167 (or 0xB01167) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 11 and 67. RGB value is (176,17,103). Sum of RGB (Red+Green+Blue) = 176+17+103=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B01167 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01167 is #4FEE98. Grayscale: #4A4A4A. Windows color (decimal): -5238425 or 6754736. OLE color: 6754736.

HSL color Cylindrical-coordinate representation of color #B01167: hue angle of 327.55º 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 #B01167 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17617103-
CMYK00.900.410.31
HSL327.55º82.38%37.84%-
HSV(B)327.55º90.34%69.02%-
XYZ20.5510.6113.8-
YUV74.34144.18200.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.46%
GREEN value IS 17 (7.03% from 255) = 5.74%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=59.46%
G=5.74%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761710300.900.410.31327.5582.3837.84
HexB0116705A291F1485226
Octal260211470132513751012246
Binary1011000010001110011101011010101001111111010010001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01167; }

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

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

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

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

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

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

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

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