#BB096F

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

Shades of Jazzberry Jam #BB096F

Tints of Jazzberry Jam #BB096F

Color information

#BB096F (or 0xBB096F) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 09 and 6F. RGB value is (187,9,111). Sum of RGB (Red+Green+Blue) = 187+9+111=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB096F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB096F is #44F690. Grayscale: #494949. Windows color (decimal): -4519569 or 7276987. OLE color: 7276987.

HSL color Cylindrical-coordinate representation of color #BB096F: hue angle of 325.62º 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 #BB096F is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB1879111-
CMYK00.950.410.27
HSL325.62º90.82%38.43%-
HSV(B)325.62º95.19%73.33%-
XYZ23.4611.9116.1-
YUV73.85148.97208.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 9 (3.91% from 255) = 2.93%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=60.91%
G=2.93%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187911100.950.410.27325.6290.8238.43
HexBB96F05F291B1465b26
Octal273111570137513350613346
Binary101110111001110111101011111101001110111010001101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB096F; }

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

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

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

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

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

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

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

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