#B70858

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

Shades of Jazzberry Jam #B70858

Tints of Jazzberry Jam #B70858

Color information

#B70858 (or 0xB70858) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 08 and 58. RGB value is (183,8,88). Sum of RGB (Red+Green+Blue) = 183+8+88=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B70858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70858 is #48F7A7. Grayscale: #454545. Windows color (decimal): -4781992 or 5769399. OLE color: 5769399.

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

Color convert

RGB183888-
CMYK00.960.520.28
HSL332.57º91.62%37.45%-
HSV(B)332.57º95.63%71.76%-
XYZ21.3810.9510.22-
YUV69.44138.48209-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.59%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=65.59%
G=2.87%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18388800.960.520.28332.5791.6237.45
HexB7858060341C14d5c25
Octal267101300140643451513445
Binary101101111000101100001100000110100111001010011011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70858; }

 p { color: rgb(183,8,88); }

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

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

 a { background-color: rgb(183,8,88); }

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

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

 span { border-color: rgb(183,8,88); }

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