#BB0060

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

Shades of Jazzberry Jam #BB0060

Tints of Jazzberry Jam #BB0060

Color information

#BB0060 (or 0xBB0060) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 00 and 60. RGB value is (187,0,96). Sum of RGB (Red+Green+Blue) = 187+0+96=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0060 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0060 is #44FF9F. Grayscale: #424242. Windows color (decimal): -4521888 or 6291643. OLE color: 6291643.

HSL color Cylindrical-coordinate representation of color #BB0060: hue angle of 329.2º 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 #BB0060 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB187096-
CMYK010.490.27
HSL329.2º100%36.67%-
HSV(B)329.2º100%73.33%-
XYZ22.611.4112.08-
YUV66.86144.45213.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.08%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=66.08%
G=0%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187096010.490.27329.210036.67
HexBB060064311B1496425
Octal27301400144613351114445
Binary101110110110000001100100110001110111010010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0060; }

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

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

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

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

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

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

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

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