#B70856

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

Shades of Jazzberry Jam #B70856

Tints of Jazzberry Jam #B70856

Color information

#B70856 (or 0xB70856) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 08 and 56. RGB value is (183,8,86). Sum of RGB (Red+Green+Blue) = 183+8+86=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B70856 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70856 is #48F7A9. Grayscale: #454545. Windows color (decimal): -4781994 or 5638327. OLE color: 5638327.

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

Color convert

RGB183886-
CMYK00.960.530.28
HSL333.26º91.62%37.45%-
HSV(B)333.26º95.63%71.76%-
XYZ21.2910.919.79-
YUV69.22137.48209.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.06%
GREEN value IS 8 (3.52% from 255) = 2.89%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=66.06%
G=2.89%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18388600.960.530.28333.2691.6237.45
HexB7856060351C14d5c25
Octal267101260140653451513445
Binary101101111000101011001100000110101111001010011011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70856; }

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

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

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

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

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

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

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

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