#B1862C

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

Shades of Mandalay #B1862C

Tints of Mandalay #B1862C

Color information

#B1862C (or 0xB1862C) is unknown color: approx Mandalay. HEX triplet: B1, 86 and 2C. RGB value is (177,134,44). Sum of RGB (Red+Green+Blue) = 177+134+44=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1862C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1862C is #4E79D3. Grayscale: #898989. Windows color (decimal): -5142996 or 2918065. OLE color: 2918065.

HSL color Cylindrical-coordinate representation of color #B1862C: hue angle of 40.6º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B1862C is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB17713444-
CMYK00.240.750.31
HSL40.6º60.18%43.33%-
HSV(B)40.6º75.14%69.41%-
XYZ27.1126.586.08-
YUV136.675.75156.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.86%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 44 (17.58% from 255) = 12.39%
R=49.86%
G=37.75%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771344400.240.750.3140.660.1843.33
HexB1862C0184B1F293c2b
Octal2612065403011337517453
Binary1011000110000110101100011000100101111111101001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1862C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1862C; }

 p { color: rgb(177,134,44); }

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

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

 a { background-color: rgb(177,134,44); }

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

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

 span { border-color: rgb(177,134,44); }

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