#B00C66

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

Shades of Jazzberry Jam #B00C66

Tints of Jazzberry Jam #B00C66

Color information

#B00C66 (or 0xB00C66) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0C and 66. RGB value is (176,12,102). Sum of RGB (Red+Green+Blue) = 176+12+102=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C66 is #4FF399. Grayscale: #474747. Windows color (decimal): -5239706 or 6687920. OLE color: 6687920.

HSL color Cylindrical-coordinate representation of color #B00C66: hue angle of 327.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C66 is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17612102-
CMYK00.930.420.31
HSL327.07º87.23%36.86%-
HSV(B)327.07º93.18%69.02%-
XYZ20.4310.4513.51-
YUV71.3145.33202.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.69%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=60.69%
G=4.14%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761210200.930.420.31327.0787.2336.86
HexB0C6605D2A1F1475725
Octal260141460135523750712745
Binary101100001100110011001011101101010111111010001111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C66; }

 p { color: rgb(176,12,102); }

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

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

 a { background-color: rgb(176,12,102); }

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

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

 span { border-color: rgb(176,12,102); }

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