#BB0E64

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

Shades of Jazzberry Jam #BB0E64

Tints of Jazzberry Jam #BB0E64

Color information

#BB0E64 (or 0xBB0E64) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 0E and 64. RGB value is (187,14,100). Sum of RGB (Red+Green+Blue) = 187+14+100=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0E64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0E64 is #44F19B. Grayscale: #4B4B4B. Windows color (decimal): -4518300 or 6557371. OLE color: 6557371.

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

Color convert

RGB18714100-
CMYK00.930.470.27
HSL330.17º86.07%39.41%-
HSV(B)330.17º92.51%73.33%-
XYZ22.9511.813.12-
YUV75.53141.81207.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.13%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=62.13%
G=4.65%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871410000.930.470.27330.1786.0739.41
HexBBE6405D2F1B14a5627
Octal273161440135573351212647
Binary101110111110110010001011101101111110111010010101010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0E64; }

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

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

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

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

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

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

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

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