#B00B66

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

Shades of Jazzberry Jam #B00B66

Tints of Jazzberry Jam #B00B66

Color information

#B00B66 (or 0xB00B66) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0B and 66. RGB value is (176,11,102). Sum of RGB (Red+Green+Blue) = 176+11+102=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 11 (4.69% from 255 or 3.81% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B66 is #4FF499. Grayscale: #464646. Windows color (decimal): -5239962 or 6687664. OLE color: 6687664.

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

Color convert

RGB17611102-
CMYK00.940.420.31
HSL326.91º88.24%36.67%-
HSV(B)326.91º93.75%69.02%-
XYZ20.4210.4313.51-
YUV70.71145.66203.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.90%
GREEN value IS 11 (4.69% from 255) = 3.81%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=60.90%
G=3.81%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761110200.940.420.31326.9188.2436.67
HexB0B6605E2A1F1475825
Octal260131460136523750713045
Binary101100001011110011001011110101010111111010001111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B66; }

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

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

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

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

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

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

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

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