#BB004D

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

Shades of Jazzberry Jam #BB004D

Tints of Jazzberry Jam #BB004D

Color information

#BB004D (or 0xBB004D) is unknown color: approx Jazzberry Jam. HEX triplet: BB, 00 and 4D. RGB value is (187,0,77). Sum of RGB (Red+Green+Blue) = 187+0+77=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB004D is #44FFB2. Grayscale: #404040. Windows color (decimal): -4521907 or 5046459. OLE color: 5046459.

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

Color convert

RGB187077-
CMYK010.590.27
HSL335.29º100%36.67%-
HSV(B)335.29º100%73.33%-
XYZ21.8311.18.01-
YUV64.69134.95215.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 70.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 29.17%
R=70.83%
G=0%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187077010.590.27335.2910036.67
HexBB04D0643B1B14f6425
Octal27301150144733351714445
Binary101110110100110101100100111011110111010011111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB004D; }

 p { color: rgb(187,0,77); }

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

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

 a { background-color: rgb(187,0,77); }

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

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

 span { border-color: rgb(187,0,77); }

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