#B71156

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

Shades of Jazzberry Jam #B71156

Tints of Jazzberry Jam #B71156

Color information

#B71156 (or 0xB71156) is unknown color: approx Jazzberry Jam. HEX triplet: B7, 11 and 56. RGB value is (183,17,86). Sum of RGB (Red+Green+Blue) = 183+17+86=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 17 (7.03% from 255 or 5.94% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B71156 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71156 is #48EEA9. Grayscale: #4A4A4A. Windows color (decimal): -4779690 or 5640631. OLE color: 5640631.

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

Color convert

RGB1831786-
CMYK00.910.530.28
HSL335.06º83%39.22%-
HSV(B)335.06º90.71%71.76%-
XYZ21.4111.149.83-
YUV74.5134.5205.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.99%
GREEN value IS 17 (7.03% from 255) = 5.94%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=63.99%
G=5.94%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183178600.910.530.28335.068339.22
HexB7115605B351C14f5327
Octal267211260133653451712347
Binary1011011110001101011001011011110101111001010011111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71156; }

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

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

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

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

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

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

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

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