#B20C4A

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

Shades of Jazzberry Jam #B20C4A

Tints of Jazzberry Jam #B20C4A

Color information

#B20C4A (or 0xB20C4A) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0C and 4A. RGB value is (178,12,74). Sum of RGB (Red+Green+Blue) = 178+12+74=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C4A is #4DF3B5. Grayscale: #444444. Windows color (decimal): -5108662 or 4852914. OLE color: 4852914.

HSL color Cylindrical-coordinate representation of color #B20C4A: hue angle of 337.59º 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 #B20C4A is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1781274-
CMYK00.930.580.30
HSL337.59º87.37%37.25%-
HSV(B)337.59º93.26%69.8%-
XYZ19.7310.227.41-
YUV68.7131205.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.42%
GREEN value IS 12 (5.08% from 255) = 4.55%
BLUE value IS 74 (29.30% from 255) = 28.03%
R=67.42%
G=4.55%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178127400.930.580.30337.5987.3737.25
HexB2C4A05D3A1E1525725
Octal262141120135723652212745
Binary101100101100100101001011101111010111101010100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C4A; }

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

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

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

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

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

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

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

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