#B70F4C

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

Shades of Jazzberry Jam #B70F4C

Tints of Jazzberry Jam #B70F4C

Color information

#B70F4C (or 0xB70F4C) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0F and 4C. RGB value is (183,15,76). Sum of RGB (Red+Green+Blue) = 183+15+76=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B70F4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70F4C is #48F0B3. Grayscale: #484848. Windows color (decimal): -4780212 or 4984759. OLE color: 4984759.

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

Color convert

RGB1831576-
CMYK00.920.580.28
HSL338.21º84.85%38.82%-
HSV(B)338.21º91.8%71.76%-
XYZ2110.937.84-
YUV72.19130.16207.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.79%
GREEN value IS 15 (6.25% from 255) = 5.47%
BLUE value IS 76 (30.08% from 255) = 27.74%
R=66.79%
G=5.47%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183157600.920.580.28338.2184.8538.82
HexB7F4C05C3A1C1525527
Octal267171140134723452212547
Binary101101111111100110001011100111010111001010100101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70F4C; }

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

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

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

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

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

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

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

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