#B70756

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

Shades of Jazzberry Jam #B70756

Tints of Jazzberry Jam #B70756

Color information

#B70756 (or 0xB70756) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 07 and 56. RGB value is (183,7,86). Sum of RGB (Red+Green+Blue) = 183+7+86=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B70756 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70756 is #48F8A9. Grayscale: #444444. Windows color (decimal): -4782250 or 5638071. OLE color: 5638071.

HSL color Cylindrical-coordinate representation of color #B70756: hue angle of 333.07º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70756 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB183786-
CMYK00.960.530.28
HSL333.07º92.63%37.25%-
HSV(B)333.07º96.17%71.76%-
XYZ21.2810.899.78-
YUV68.63137.81209.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.30%
GREEN value IS 7 (3.12% from 255) = 2.54%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=66.30%
G=2.54%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18378600.960.530.28333.0792.6337.25
HexB7756060351C14d5d25
Octal26771260140653451513545
Binary10110111111101011001100000110101111001010011011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B70756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B70756; }

 p { color: rgb(183,7,86); }

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

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

 a { background-color: rgb(183,7,86); }

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

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

 span { border-color: rgb(183,7,86); }

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