#B11650

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

Shades of Jazzberry Jam #B11650

Tints of Jazzberry Jam #B11650

Color information

#B11650 (or 0xB11650) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 16 and 50. RGB value is (177,22,80). Sum of RGB (Red+Green+Blue) = 177+22+80=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B11650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11650 is #4EE9AF. Grayscale: #4A4A4A. Windows color (decimal): -5171632 or 5248689. OLE color: 5248689.

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

Color convert

RGB1772280-
CMYK00.880.550.31
HSL337.55º77.89%39.02%-
HSV(B)337.55º87.57%69.41%-
XYZ19.8710.58.57-
YUV74.96130.85200.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.44%
GREEN value IS 22 (8.98% from 255) = 7.89%
BLUE value IS 80 (31.64% from 255) = 28.67%
R=63.44%
G=7.89%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177228000.880.550.31337.5577.8939.02
HexB11650058371F1524e27
Octal261261200130673752211647
Binary1011000110110101000001011000110111111111010100101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11650; }

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

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

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

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

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

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

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

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