#b20c5b

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

Shades of Jazzberry Jam #B20C5B

Tints of Jazzberry Jam #B20C5B

Color information

#B20C5B (or 0xB20C5B) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0C and 5B. RGB value is (178,12,91). Sum of RGB (Red+Green+Blue) = 178+12+91=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20C5B is #4DF3A4. Grayscale: #464646. Windows color (decimal): -5108645 or 5967026. OLE color: 5967026.

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

Color convert

RGB1781291-
CMYK00.930.490.30
HSL331.45º87.37%37.25%-
HSV(B)331.45º93.26%69.8%-
XYZ20.3810.4810.85-
YUV70.64139.5204.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.35%
GREEN value IS 12 (5.08% from 255) = 4.27%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=63.35%
G=4.27%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178129100.930.490.30331.4587.3737.25
HexB2C5B05D311E14b5725
Octal262141330135613651312745
Binary101100101100101101101011101110001111101010010111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b20c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b20c5b; }

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

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

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

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

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

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

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

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