#B70857

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

Shades of Jazzberry Jam #B70857

Tints of Jazzberry Jam #B70857

Color information

#B70857 (or 0xB70857) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 08 and 57. RGB value is (183,8,87). Sum of RGB (Red+Green+Blue) = 183+8+87=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B70857 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70857 is #48F7A8. Grayscale: #454545. Windows color (decimal): -4781993 or 5703863. OLE color: 5703863.

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

Color convert

RGB183887-
CMYK00.960.520.28
HSL332.91º91.62%37.45%-
HSV(B)332.91º95.63%71.76%-
XYZ21.3410.9310-
YUV69.33137.98209.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.83%
GREEN value IS 8 (3.52% from 255) = 2.88%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=65.83%
G=2.88%
B=31.29%

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
Decimal18388700.960.520.28332.9191.6237.45
HexB7857060341C14d5c25
Octal267101270140643451513445
Binary101101111000101011101100000110100111001010011011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70857; }

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

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

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

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

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

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

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

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