#BB045B

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

Shades of Jazzberry Jam #BB045B

Tints of Jazzberry Jam #BB045B

Color information

#BB045B (or 0xBB045B) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 04 and 5B. RGB value is (187,4,91). Sum of RGB (Red+Green+Blue) = 187+4+91=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB045B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB045B is #44FBA4. Grayscale: #444444. Windows color (decimal): -4520869 or 5964987. OLE color: 5964987.

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

Color convert

RGB187491-
CMYK00.980.510.27
HSL331.48º95.81%37.45%-
HSV(B)331.48º97.86%73.33%-
XYZ22.4311.4110.92-
YUV68.63140.63212.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.31%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=66.31%
G=1.42%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18749100.980.510.27331.4895.8137.45
HexBB45B062331B14b6025
Octal27341330142633351314045
Binary10111011100101101101100010110011110111010010111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB045B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB045B; }

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

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

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

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

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

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

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

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