#B20756

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

Shades of Jazzberry Jam #B20756

Tints of Jazzberry Jam #B20756

Color information

#B20756 (or 0xB20756) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 07 and 56. RGB value is (178,7,86). Sum of RGB (Red+Green+Blue) = 178+7+86=271 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.68% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 86 (33.98% from 255 or 31.73% from 271); Max value from RGB is 178 - color contains mainly: red. Hex color #B20756 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20756 is #4DF8A9. Grayscale: #424242. Windows color (decimal): -5109930 or 5638066. OLE color: 5638066.

HSL color Cylindrical-coordinate representation of color #B20756: hue angle of 332.28º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20756 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB178786-
CMYK00.960.520.30
HSL332.28º92.43%36.27%-
HSV(B)332.28º96.07%69.8%-
XYZ20.1210.299.73-
YUV67.14138.65207.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 65.68%
GREEN value IS 7 (3.12% from 255) = 2.58%
BLUE value IS 86 (33.98% from 255) = 31.73%
R=65.68%
G=2.58%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17878600.960.520.30332.2892.4336.27
HexB2756060341E14c5c24
Octal26271260140643651413444
Binary10110010111101011001100000110100111101010011001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20756; }

 p { color: rgb(178,7,86); }

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

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

 a { background-color: rgb(178,7,86); }

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

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

 span { border-color: rgb(178,7,86); }

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