#B11955

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

Shades of Jazzberry Jam #B11955

Tints of Jazzberry Jam #B11955

Color information

#B11955 (or 0xB11955) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 19 and 55. RGB value is (177,25,85). Sum of RGB (Red+Green+Blue) = 177+25+85=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B11955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11955 is #4EE6AA. Grayscale: #4D4D4D. Windows color (decimal): -5170859 or 5577137. OLE color: 5577137.

HSL color Cylindrical-coordinate representation of color #B11955: hue angle of 336.32º 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 #B11955 is Cyan = 0, Magento = 0.86, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB1772585-
CMYK00.860.520.31
HSL336.32º75.25%39.61%-
HSV(B)336.32º85.88%69.41%-
XYZ20.1210.79.6-
YUV77.29132.36199.12-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.67%
GREEN value IS 25 (10.16% from 255) = 8.71%
BLUE value IS 85 (33.59% from 255) = 29.62%
R=61.67%
G=8.71%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177258500.860.520.31336.3275.2539.61
HexB11955056341F1504b28
Octal261311250126643752011350
Binary1011000111001101010101010110110100111111010100001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11955; }

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

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

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

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

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

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

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

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