#B70A6C

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

Shades of Jazzberry Jam #B70A6C

Tints of Jazzberry Jam #B70A6C

Color information

#B70A6C (or 0xB70A6C) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 0A and 6C. RGB value is (183,10,108). Sum of RGB (Red+Green+Blue) = 183+10+108=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 10 (4.30% from 255 or 3.32% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B70A6C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70A6C is #48F593. Grayscale: #484848. Windows color (decimal): -4781460 or 7080631. OLE color: 7080631.

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

Color convert

RGB18310108-
CMYK00.950.410.28
HSL326.01º89.64%37.84%-
HSV(B)326.01º94.54%71.76%-
XYZ22.3411.3715.2-
YUV72.9147.81206.53-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 60.80%
GREEN value IS 10 (4.30% from 255) = 3.32%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=60.80%
G=3.32%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831010800.950.410.28326.0189.6437.84
HexB7A6C05F291C1465a26
Octal267121540137513450613246
Binary101101111010110110001011111101001111001010001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70A6C; }

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

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

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

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

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

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

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

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