#B70A70

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

Shades of Jazzberry Jam #B70A70

Tints of Jazzberry Jam #B70A70

Color information

#B70A70 (or 0xB70A70) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0A and 70. RGB value is (183,10,112). Sum of RGB (Red+Green+Blue) = 183+10+112=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 10 (4.30% from 255 or 3.28% from 305); Blue value is 112 (44.14% from 255 or 36.72% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70A70 is #48F58F. Grayscale: #494949. Windows color (decimal): -4781456 or 7342775. OLE color: 7342775.

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

Color convert

RGB18310112-
CMYK00.950.390.28
HSL324.62º89.64%37.84%-
HSV(B)324.62º94.54%71.76%-
XYZ22.5611.4516.35-
YUV73.35149.81206.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60%
GREEN value IS 10 (4.30% from 255) = 3.28%
BLUE value IS 112 (44.14% from 255) = 36.72%
R=60%
G=3.28%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831011200.950.390.28324.6289.6437.84
HexB7A7005F271C1455a26
Octal267121600137473450513246
Binary101101111010111000001011111100111111001010001011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A70; }

 p { color: rgb(183,10,112); }

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

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

 a { background-color: rgb(183,10,112); }

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

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

 span { border-color: rgb(183,10,112); }

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