#B11760

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

Shades of Jazzberry Jam #B11760

Tints of Jazzberry Jam #B11760

Color information

#B11760 (or 0xB11760) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 17 and 60. RGB value is (177,23,96). Sum of RGB (Red+Green+Blue) = 177+23+96=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 23 (9.38% from 255 or 7.77% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B11760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11760 is #4EE89F. Grayscale: #4D4D4D. Windows color (decimal): -5171360 or 6297521. OLE color: 6297521.

HSL color Cylindrical-coordinate representation of color #B11760: hue angle of 331.56º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11760 is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1772396-
CMYK00.870.460.31
HSL331.56º77%39.22%-
HSV(B)331.56º87.01%69.41%-
XYZ20.5510.812.07-
YUV77.37138.52199.06-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.80%
GREEN value IS 23 (9.38% from 255) = 7.77%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=59.80%
G=7.77%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177239600.870.460.31331.567739.22
HexB117600572E1F14c4d27
Octal261271400127563751411547
Binary1011000110111110000001010111101110111111010011001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11760; }

 p { color: rgb(177,23,96); }

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

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

 a { background-color: rgb(177,23,96); }

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

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

 span { border-color: rgb(177,23,96); }

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