#B60872

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

Shades of Jazzberry Jam #B60872

Tints of Jazzberry Jam #B60872

Color information

#B60872 (or 0xB60872) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 08 and 72. RGB value is (182,8,114). Sum of RGB (Red+Green+Blue) = 182+8+114=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60872 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60872 is #49F78D. Grayscale: #474747. Windows color (decimal): -4847502 or 7473334. OLE color: 7473334.

HSL color Cylindrical-coordinate representation of color #B60872: hue angle of 323.45º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B60872 is Cyan = 0, Magento = 0.96, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB1828114-
CMYK00.960.370.29
HSL323.45º91.58%37.25%-
HSV(B)323.45º95.6%71.37%-
XYZ22.4211.3316.93-
YUV72.11151.65206.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.87%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=59.87%
G=2.63%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182811400.960.370.29323.4591.5837.25
HexB6872060251D1435c25
Octal266101620140453550313445
Binary101101101000111001001100000100101111011010000111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60872; }

 p { color: rgb(182,8,114); }

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

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

 a { background-color: rgb(182,8,114); }

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

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

 span { border-color: rgb(182,8,114); }

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