#B00E66

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

Shades of Jazzberry Jam #B00E66

Tints of Jazzberry Jam #B00E66

Color information

#B00E66 (or 0xB00E66) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0E and 66. RGB value is (176,14,102). Sum of RGB (Red+Green+Blue) = 176+14+102=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B00E66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00E66 is #4FF199. Grayscale: #484848. Windows color (decimal): -5239194 or 6688432. OLE color: 6688432.

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

Color convert

RGB17614102-
CMYK00.920.420.31
HSL327.41º85.26%37.25%-
HSV(B)327.41º92.05%69.02%-
XYZ20.4610.513.52-
YUV72.47144.67201.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.27%
GREEN value IS 14 (5.86% from 255) = 4.79%
BLUE value IS 102 (40.23% from 255) = 34.93%
R=60.27%
G=4.79%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761410200.920.420.31327.4185.2637.25
HexB0E6605C2A1F1475525
Octal260161460134523750712545
Binary101100001110110011001011100101010111111010001111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00E66; }

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

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

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

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

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

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

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

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