#BB115F

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

Shades of Jazzberry Jam #BB115F

Tints of Jazzberry Jam #BB115F

Color information

#BB115F (or 0xBB115F) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 11 and 5F. RGB value is (187,17,95). Sum of RGB (Red+Green+Blue) = 187+17+95=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB115F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB115F is #44EEA0. Grayscale: #4C4C4C. Windows color (decimal): -4517537 or 6230459. OLE color: 6230459.

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

Color convert

RGB1871795-
CMYK00.910.490.27
HSL332.47º83.33%40%-
HSV(B)332.47º90.91%73.33%-
XYZ22.7611.7911.9-
YUV76.72138.32206.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.54%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=62.54%
G=5.69%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187179500.910.490.27332.4783.3340
HexBB115F05B311B14c5328
Octal273211370133613351412350
Binary1011101110001101111101011011110001110111010011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB115F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB115F; }

 p { color: rgb(187,17,95); }

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

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

 a { background-color: rgb(187,17,95); }

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

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

 span { border-color: rgb(187,17,95); }

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