#BB045C

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

Shades of Jazzberry Jam #BB045C

Tints of Jazzberry Jam #BB045C

Color information

#BB045C (or 0xBB045C) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 04 and 5C. RGB value is (187,4,92). Sum of RGB (Red+Green+Blue) = 187+4+92=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB045C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB045C is #44FBA3. Grayscale: #444444. Windows color (decimal): -4520868 or 6030523. OLE color: 6030523.

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

Color convert

RGB187492-
CMYK00.980.510.27
HSL331.15º95.81%37.45%-
HSV(B)331.15º97.86%73.33%-
XYZ22.4711.4211.15-
YUV68.75141.13212.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 66.08%
GREEN value IS 4 (1.95% from 255) = 1.41%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=66.08%
G=1.41%
B=32.51%

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
Decimal18749200.980.510.27331.1595.8137.45
HexBB45C062331B14b6025
Octal27341340142633351314045
Binary10111011100101110001100010110011110111010010111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB045C; }

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

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

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

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

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

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

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

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