#BB0E4F

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

Shades of Jazzberry Jam #BB0E4F

Tints of Jazzberry Jam #BB0E4F

Color information

#BB0E4F (or 0xBB0E4F) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 0E and 4F. RGB value is (187,14,79). Sum of RGB (Red+Green+Blue) = 187+14+79=280 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.79% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 79 (31.25% from 255 or 28.21% from 280); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E4F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0E4F is #44F1B0. Grayscale: #494949. Windows color (decimal): -4518321 or 5181115. OLE color: 5181115.

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

Color convert

RGB1871479-
CMYK00.930.580.27
HSL337.46º86.07%39.41%-
HSV(B)337.46º92.51%73.33%-
XYZ22.0611.448.44-
YUV73.14131.31209.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.79%
GREEN value IS 14 (5.86% from 255) = 5%
BLUE value IS 79 (31.25% from 255) = 28.21%
R=66.79%
G=5%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187147900.930.580.27337.4686.0739.41
HexBBE4F05D3A1B1515627
Octal273161170135723352112647
Binary101110111110100111101011101111010110111010100011010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0E4F; }

 p { color: rgb(187,14,79); }

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

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

 a { background-color: rgb(187,14,79); }

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

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

 span { border-color: rgb(187,14,79); }

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