#B01164

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

Shades of Jazzberry Jam #B01164

Tints of Jazzberry Jam #B01164

Color information

#B01164 (or 0xB01164) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 11 and 64. RGB value is (176,17,100). Sum of RGB (Red+Green+Blue) = 176+17+100=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B01164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01164 is #4FEE9B. Grayscale: #494949. Windows color (decimal): -5238428 or 6558128. OLE color: 6558128.

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

Color convert

RGB17617100-
CMYK00.900.430.31
HSL328.68º82.38%37.84%-
HSV(B)328.68º90.34%69.02%-
XYZ20.4110.5513.02-
YUV74142.68200.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 17 (7.03% from 255) = 5.80%
BLUE value IS 100 (39.45% from 255) = 34.13%
R=60.07%
G=5.80%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761710000.900.430.31328.6882.3837.84
HexB0116405A2B1F1495226
Octal260211440132533751112246
Binary1011000010001110010001011010101011111111010010011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01164; }

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

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

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

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

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

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

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

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