#BB1860

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

Shades of Jazzberry Jam #BB1860

Tints of Jazzberry Jam #BB1860

Color information

#BB1860 (or 0xBB1860) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 18 and 60. RGB value is (187,24,96). Sum of RGB (Red+Green+Blue) = 187+24+96=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1860 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1860 is #44E79F. Grayscale: #505050. Windows color (decimal): -4515744 or 6297787. OLE color: 6297787.

HSL color Cylindrical-coordinate representation of color #BB1860: hue angle of 333.5º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1860 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB1872496-
CMYK00.870.490.27
HSL333.5º77.25%41.37%-
HSV(B)333.5º87.17%73.33%-
XYZ22.9312.0612.19-
YUV80.94136.5203.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 96 (37.89% from 255) = 31.27%
R=60.91%
G=7.82%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187249600.870.490.27333.577.2541.37
HexBB1860057311B14d4d29
Octal273301400127613351511551
Binary1011101111000110000001010111110001110111010011011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1860; }

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

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

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

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

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

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

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

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