#BB0962

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

Shades of Jazzberry Jam #BB0962

Tints of Jazzberry Jam #BB0962

Color information

#BB0962 (or 0xBB0962) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 09 and 62. RGB value is (187,9,98). Sum of RGB (Red+Green+Blue) = 187+9+98=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0962 is #44F69D. Grayscale: #484848. Windows color (decimal): -4519582 or 6425019. OLE color: 6425019.

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

Color convert

RGB187998-
CMYK00.950.480.27
HSL330º90.82%38.43%-
HSV(B)330º95.19%73.33%-
XYZ22.811.6412.6-
YUV72.37142.47209.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 63.61%
GREEN value IS 9 (3.91% from 255) = 3.06%
BLUE value IS 98 (38.67% from 255) = 33.33%
R=63.61%
G=3.06%
B=33.33%

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
Decimal18799800.950.480.2733090.8238.43
HexBB96205F301B14a5b26
Octal273111420137603351213346
Binary101110111001110001001011111110000110111010010101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0962; }

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

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

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

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

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

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

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

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