#B72064

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

Shades of Jazzberry Jam #B72064

Tints of Jazzberry Jam #B72064

Color information

#B72064 (or 0xB72064) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 20 and 64. RGB value is (183,32,100). Sum of RGB (Red+Green+Blue) = 183+32+100=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B72064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72064 is #48DF9B. Grayscale: #545454. Windows color (decimal): -4775836 or 6561975. OLE color: 6561975.

HSL color Cylindrical-coordinate representation of color #B72064: hue angle of 332.98º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72064 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18332100-
CMYK00.830.450.28
HSL332.98º70.23%42.16%-
HSV(B)332.98º82.51%71.76%-
XYZ22.3512.0213.2-
YUV84.9136.53197.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 58.10%
GREEN value IS 32 (12.89% from 255) = 10.16%
BLUE value IS 100 (39.45% from 255) = 31.75%
R=58.10%
G=10.16%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833210000.830.450.28332.9870.2342.16
HexB720640532D1C14d462a
Octal267401440123553451510652
Binary10110111100000110010001010011101101111001010011011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72064; }

 p { color: rgb(183,32,100); }

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

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

 a { background-color: rgb(183,32,100); }

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

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

 span { border-color: rgb(183,32,100); }

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