#BB005E

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

Shades of Jazzberry Jam #BB005E

Tints of Jazzberry Jam #BB005E

Color information

#BB005E (or 0xBB005E) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 00 and 5E. RGB value is (187,0,94). Sum of RGB (Red+Green+Blue) = 187+0+94=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB005E is #44FFA1. Grayscale: #424242. Windows color (decimal): -4521890 or 6160571. OLE color: 6160571.

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

Color convert

RGB187094-
CMYK010.500.27
HSL329.84º100%36.67%-
HSV(B)329.84º100%73.33%-
XYZ22.5111.3711.6-
YUV66.63143.45213.86-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=66.55%
G=0%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187094010.500.27329.8410036.67
HexBB05E064321B14a6425
Octal27301360144623351214445
Binary101110110101111001100100110010110111010010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB005E; }

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

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

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

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

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

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

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

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