#BB0066

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

Shades of Jazzberry Jam #BB0066

Tints of Jazzberry Jam #BB0066

Color information

#BB0066 (or 0xBB0066) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 00 and 66. RGB value is (187,0,102). Sum of RGB (Red+Green+Blue) = 187+0+102=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0066 is #44FF99. Grayscale: #434343. Windows color (decimal): -4521882 or 6684859. OLE color: 6684859.

HSL color Cylindrical-coordinate representation of color #BB0066: hue angle of 327.27º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB0066 is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB1870102-
CMYK010.450.27
HSL327.27º100%36.67%-
HSV(B)327.27º100%73.33%-
XYZ22.8911.5213.59-
YUV67.54147.45213.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=64.71%
G=0%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1870102010.450.27327.2710036.67
HexBB0660642D1B1476425
Octal27301460144553350714445
Binary101110110110011001100100101101110111010001111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0066; }

 p { color: rgb(187,0,102); }

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

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

 a { background-color: rgb(187,0,102); }

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

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

 span { border-color: rgb(187,0,102); }

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