#B11652

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

Shades of Jazzberry Jam #B11652

Tints of Jazzberry Jam #B11652

Color information

#B11652 (or 0xB11652) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 16 and 52. RGB value is (177,22,82). Sum of RGB (Red+Green+Blue) = 177+22+82=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 82 (32.42% from 255 or 29.18% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B11652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11652 is #4EE9AD. Grayscale: #4B4B4B. Windows color (decimal): -5171630 or 5379761. OLE color: 5379761.

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

Color convert

RGB1772282-
CMYK00.880.540.31
HSL336.77º77.89%39.02%-
HSV(B)336.77º87.57%69.41%-
XYZ19.9410.538.96-
YUV75.18131.85200.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 82 (32.42% from 255) = 29.18%
R=62.99%
G=7.83%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177228200.880.540.31336.7777.8939.02
HexB11652058361F1514e27
Octal261261220130663752111647
Binary1011000110110101001001011000110110111111010100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11652; }

 p { color: rgb(177,22,82); }

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

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

 a { background-color: rgb(177,22,82); }

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

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

 span { border-color: rgb(177,22,82); }

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