#b11956

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

Shades of Jazzberry Jam #B11956

Tints of Jazzberry Jam #B11956

Color information

#B11956 (or 0xB11956) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 19 and 56. RGB value is (177,25,86). Sum of RGB (Red+Green+Blue) = 177+25+86=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B11956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11956 is #4EE6A9. Grayscale: #4D4D4D. Windows color (decimal): -5170858 or 5642673. OLE color: 5642673.

HSL color Cylindrical-coordinate representation of color #B11956: hue angle of 335.92º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11956 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB1772586-
CMYK00.860.510.31
HSL335.92º75.25%39.61%-
HSV(B)335.92º85.88%69.41%-
XYZ20.1610.719.81-
YUV77.4132.86199.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.46%
GREEN value IS 25 (10.16% from 255) = 8.68%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=61.46%
G=8.68%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177258600.860.510.31335.9275.2539.61
HexB11956056331F1504b28
Octal261311260126633752011350
Binary1011000111001101011001010110110011111111010100001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b11956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b11956; }

 p { color: rgb(177,25,86); }

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

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

 a { background-color: rgb(177,25,86); }

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

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

 span { border-color: rgb(177,25,86); }

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