#B11873

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

Shades of Jazzberry Jam #B11873

Tints of Jazzberry Jam #B11873

Color information

#B11873 (or 0xB11873) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 18 and 73. RGB value is (177,24,115). Sum of RGB (Red+Green+Blue) = 177+24+115=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 115 (45.31% from 255 or 36.39% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B11873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11873 is #4EE78C. Grayscale: #4F4F4F. Windows color (decimal): -5171085 or 7542961. OLE color: 7542961.

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

Color convert

RGB17724115-
CMYK00.860.350.31
HSL324.31º76.12%39.41%-
HSV(B)324.31º86.44%69.41%-
XYZ21.5511.2417.25-
YUV80.12147.69197.1-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.01%
GREEN value IS 24 (9.77% from 255) = 7.59%
BLUE value IS 115 (45.31% from 255) = 36.39%
R=56.01%
G=7.59%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772411500.860.350.31324.3176.1239.41
HexB11873056231F1444c27
Octal261301630126433750411447
Binary1011000111000111001101010110100011111111010001001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11873; }

 p { color: rgb(177,24,115); }

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

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

 a { background-color: rgb(177,24,115); }

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

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

 span { border-color: rgb(177,24,115); }

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