#BB0A62

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

Shades of Jazzberry Jam #BB0A62

Tints of Jazzberry Jam #BB0A62

Color information

#BB0A62 (or 0xBB0A62) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 0A and 62. RGB value is (187,10,98). Sum of RGB (Red+Green+Blue) = 187+10+98=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 10 (4.30% from 255 or 3.39% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0A62 is #44F59D. Grayscale: #484848. Windows color (decimal): -4519326 or 6425275. OLE color: 6425275.

HSL color Cylindrical-coordinate representation of color #BB0A62: hue angle of 330.17º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A62 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1871098-
CMYK00.950.480.27
HSL330.17º89.85%38.63%-
HSV(B)330.17º94.65%73.33%-
XYZ22.8111.6612.6-
YUV72.96142.14209.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.39%
GREEN value IS 10 (4.30% from 255) = 3.39%
BLUE value IS 98 (38.67% from 255) = 33.22%
R=63.39%
G=3.39%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187109800.950.480.27330.1789.8538.63
HexBBA6205F301B14a5a27
Octal273121420137603351213247
Binary101110111010110001001011111110000110111010010101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0A62; }

 p { color: rgb(187,10,98); }

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

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

 a { background-color: rgb(187,10,98); }

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

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

 span { border-color: rgb(187,10,98); }

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