#BB0055

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

Shades of Jazzberry Jam #BB0055

Tints of Jazzberry Jam #BB0055

Color information

#BB0055 (or 0xBB0055) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 00 and 55. RGB value is (187,0,85). Sum of RGB (Red+Green+Blue) = 187+0+85=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0055 is #44FFAA. Grayscale: #414141. Windows color (decimal): -4521899 or 5570747. OLE color: 5570747.

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

Color convert

RGB187085-
CMYK010.550.27
HSL332.73º100%36.67%-
HSV(B)332.73º100%73.33%-
XYZ22.1311.229.59-
YUV65.6138.95214.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=68.75%
G=0%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187085010.550.27332.7310036.67
HexBB055064371B14d6425
Octal27301250144673351514445
Binary101110110101010101100100110111110111010011011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0055; }

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

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

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

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

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

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

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

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