#BB1660

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

Shades of Jazzberry Jam #BB1660

Tints of Jazzberry Jam #BB1660

Color information

#BB1660 (or 0xBB1660) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 16 and 60. RGB value is (187,22,96). Sum of RGB (Red+Green+Blue) = 187+22+96=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1660 is #44E99F. Grayscale: #4F4F4F. Windows color (decimal): -4516256 or 6297275. OLE color: 6297275.

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

Color convert

RGB1872296-
CMYK00.880.490.27
HSL333.09º78.95%40.98%-
HSV(B)333.09º88.24%73.33%-
XYZ22.8911.9812.17-
YUV79.77137.16204.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.31%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 96 (37.89% from 255) = 31.48%
R=61.31%
G=7.21%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187229600.880.490.27333.0978.9540.98
HexBB1660058311B14d4f29
Octal273261400130613351511751
Binary1011101110110110000001011000110001110111010011011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1660; }

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

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

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

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

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

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

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

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