#B70F55

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

Shades of Jazzberry Jam #B70F55

Tints of Jazzberry Jam #B70F55

Color information

#B70F55 (or 0xB70F55) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0F and 55. RGB value is (183,15,85). Sum of RGB (Red+Green+Blue) = 183+15+85=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70F55 is #48F0AA. Grayscale: #494949. Windows color (decimal): -4780203 or 5574583. OLE color: 5574583.

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

Color convert

RGB1831585-
CMYK00.920.540.28
HSL335º84.85%38.82%-
HSV(B)335º91.8%71.76%-
XYZ21.3411.069.61-
YUV73.21134.66206.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.66%
GREEN value IS 15 (6.25% from 255) = 5.30%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=64.66%
G=5.30%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.54
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183158500.920.540.2833584.8538.82
HexB7F5505C361C14f5527
Octal267171250134663451712547
Binary101101111111101010101011100110110111001010011111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F55; }

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

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

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

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

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

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

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

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