#BB045D

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

Shades of Jazzberry Jam #BB045D

Tints of Jazzberry Jam #BB045D

Color information

#BB045D (or 0xBB045D) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 04 and 5D. RGB value is (187,4,93). Sum of RGB (Red+Green+Blue) = 187+4+93=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB045D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB045D is #44FBA2. Grayscale: #444444. Windows color (decimal): -4520867 or 6096059. OLE color: 6096059.

HSL color Cylindrical-coordinate representation of color #BB045D: hue angle of 330.82º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB045D is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB187493-
CMYK00.980.500.27
HSL330.82º95.81%37.45%-
HSV(B)330.82º97.86%73.33%-
XYZ22.5111.4411.38-
YUV68.86141.63212.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.85%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=65.85%
G=1.41%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18749300.980.500.27330.8295.8137.45
HexBB45D062321B14b6025
Octal27341350142623351314045
Binary10111011100101110101100010110010110111010010111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB045D; }

 p { color: rgb(187,4,93); }

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

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

 a { background-color: rgb(187,4,93); }

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

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

 span { border-color: rgb(187,4,93); }

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