#B70F56

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

Shades of Jazzberry Jam #B70F56

Tints of Jazzberry Jam #B70F56

Color information

#B70F56 (or 0xB70F56) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0F and 56. RGB value is (183,15,86). Sum of RGB (Red+Green+Blue) = 183+15+86=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70F56 is #48F0A9. Grayscale: #494949. Windows color (decimal): -4780202 or 5640119. OLE color: 5640119.

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

Color convert

RGB1831586-
CMYK00.920.530.28
HSL334.64º84.85%38.82%-
HSV(B)334.64º91.8%71.76%-
XYZ21.3811.089.82-
YUV73.33135.16206.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.44%
GREEN value IS 15 (6.25% from 255) = 5.28%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=64.44%
G=5.28%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183158600.920.530.28334.6484.8538.82
HexB7F5605C351C14f5527
Octal267171260134653451712547
Binary101101111111101011001011100110101111001010011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F56; }

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

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

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

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

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

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

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

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