#B72067

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

Shades of Jazzberry Jam #B72067

Tints of Jazzberry Jam #B72067

Color information

#B72067 (or 0xB72067) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 20 and 67. RGB value is (183,32,103). Sum of RGB (Red+Green+Blue) = 183+32+103=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B72067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72067 is #48DF98. Grayscale: #555555. Windows color (decimal): -4775833 or 6758583. OLE color: 6758583.

HSL color Cylindrical-coordinate representation of color #B72067: hue angle of 331.79º 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 #B72067 is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB18332103-
CMYK00.830.440.28
HSL331.79º70.23%42.16%-
HSV(B)331.79º82.51%71.76%-
XYZ22.4912.0813.98-
YUV85.24138.03197.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 57.55%
GREEN value IS 32 (12.89% from 255) = 10.06%
BLUE value IS 103 (40.62% from 255) = 32.39%
R=57.55%
G=10.06%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1833210300.830.440.28331.7970.2342.16
HexB720670532C1C14c462a
Octal267401470123543451410652
Binary10110111100000110011101010011101100111001010011001000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72067; }

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

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

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

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

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

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

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

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