#B70F4E

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

Shades of Jazzberry Jam #B70F4E

Tints of Jazzberry Jam #B70F4E

Color information

#B70F4E (or 0xB70F4E) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0F and 4E. RGB value is (183,15,78). Sum of RGB (Red+Green+Blue) = 183+15+78=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 15 (6.25% from 255 or 5.43% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70F4E is #48F0B1. Grayscale: #484848. Windows color (decimal): -4780210 or 5115831. OLE color: 5115831.

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

Color convert

RGB1831578-
CMYK00.920.570.28
HSL337.5º84.85%38.82%-
HSV(B)337.5º91.8%71.76%-
XYZ21.0710.968.21-
YUV72.41131.16206.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.30%
GREEN value IS 15 (6.25% from 255) = 5.43%
BLUE value IS 78 (30.86% from 255) = 28.26%
R=66.30%
G=5.43%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183157800.920.570.28337.584.8538.82
HexB7F4E05C391C1525527
Octal267171160134713452212547
Binary101101111111100111001011100111001111001010100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F4E; }

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

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

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

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

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

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

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

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