#B11863

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

Shades of Jazzberry Jam #B11863

Tints of Jazzberry Jam #B11863

Color information

#B11863 (or 0xB11863) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 18 and 63. RGB value is (177,24,99). Sum of RGB (Red+Green+Blue) = 177+24+99=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 24 (9.77% from 255 or 8% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B11863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11863 is #4EE79C. Grayscale: #4E4E4E. Windows color (decimal): -5171101 or 6494385. OLE color: 6494385.

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

Color convert

RGB1772499-
CMYK00.860.440.31
HSL330.59º76.12%39.41%-
HSV(B)330.59º86.44%69.41%-
XYZ20.7110.912.82-
YUV78.3139.69198.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 24 (9.77% from 255) = 8%
BLUE value IS 99 (39.06% from 255) = 33%
R=59%
G=8%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177249900.860.440.31330.5976.1239.41
HexB118630562C1F14b4c27
Octal261301430126543751311447
Binary1011000111000110001101010110101100111111010010111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11863; }

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

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

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

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

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

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

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

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