#B20C4F

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

Shades of Jazzberry Jam #B20C4F

Tints of Jazzberry Jam #B20C4F

Color information

#B20C4F (or 0xB20C4F) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0C and 4F. RGB value is (178,12,79). Sum of RGB (Red+Green+Blue) = 178+12+79=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C4F is #4DF3B0. Grayscale: #454545. Windows color (decimal): -5108657 or 5180594. OLE color: 5180594.

HSL color Cylindrical-coordinate representation of color #B20C4F: hue angle of 335.78º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B20C4F is Cyan = 0, Magento = 0.93, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1781279-
CMYK00.930.560.30
HSL335.78º87.37%37.25%-
HSV(B)335.78º93.26%69.8%-
XYZ19.910.298.33-
YUV69.27133.5205.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.17%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=66.17%
G=4.46%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178127900.930.560.30335.7887.3737.25
HexB2C4F05D381E1505725
Octal262141170135703652012745
Binary101100101100100111101011101111000111101010100001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C4F; }

 p { color: rgb(178,12,79); }

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

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

 a { background-color: rgb(178,12,79); }

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

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

 span { border-color: rgb(178,12,79); }

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