#B60958

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

Shades of Jazzberry Jam #B60958

Tints of Jazzberry Jam #B60958

Color information

#B60958 (or 0xB60958) is unknown color: approx Jazzberry Jam. HEX triplet: B6, 09 and 58. RGB value is (182,9,88). Sum of RGB (Red+Green+Blue) = 182+9+88=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B60958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60958 is #49F6A7. Grayscale: #454545. Windows color (decimal): -4847272 or 5769654. OLE color: 5769654.

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

Color convert

RGB182988-
CMYK00.950.520.29
HSL332.6º90.58%37.45%-
HSV(B)332.6º95.05%71.37%-
XYZ21.1510.8510.21-
YUV69.73138.31208.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 65.23%
GREEN value IS 9 (3.91% from 255) = 3.23%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=65.23%
G=3.23%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18298800.950.520.29332.690.5837.45
HexB695805F341D14d5b25
Octal266111300137643551513345
Binary101101101001101100001011111110100111011010011011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60958; }

 p { color: rgb(182,9,88); }

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

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

 a { background-color: rgb(182,9,88); }

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

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

 span { border-color: rgb(182,9,88); }

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