#BB1155

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

Shades of Jazzberry Jam #BB1155

Tints of Jazzberry Jam #BB1155

Color information

#BB1155 (or 0xBB1155) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 11 and 55. RGB value is (187,17,85). Sum of RGB (Red+Green+Blue) = 187+17+85=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1155 is #44EEAA. Grayscale: #4B4B4B. Windows color (decimal): -4517547 or 5575099. OLE color: 5575099.

HSL color Cylindrical-coordinate representation of color #BB1155: hue angle of 336º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB1155 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1871785-
CMYK00.910.550.27
HSL336º83.33%40%-
HSV(B)336º90.91%73.33%-
XYZ22.3311.629.66-
YUV75.58133.32207.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 17 (7.03% from 255) = 5.88%
BLUE value IS 85 (33.59% from 255) = 29.41%
R=64.71%
G=5.88%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187178500.910.550.2733683.3340
HexBB115505B371B1505328
Octal273211250133673352012350
Binary1011101110001101010101011011110111110111010100001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1155; }

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

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

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

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

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

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

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

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