#B1812C

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

Shades of Mandalay #B1812C

Tints of Mandalay #B1812C

Color information

#B1812C (or 0xB1812C) is unknown color: approx Mandalay. HEX triplet: B1, 81 and 2C. RGB value is (177,129,44). Sum of RGB (Red+Green+Blue) = 177+129+44=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 129 (50.78% from 255 or 36.86% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1812C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1812C is #4E7ED3. Grayscale: #868686. Windows color (decimal): -5144276 or 2916785. OLE color: 2916785.

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

Color convert

RGB17712944-
CMYK00.270.750.31
HSL38.35º60.18%43.33%-
HSV(B)38.35º75.14%69.41%-
XYZ26.4425.235.86-
YUV133.6677.4158.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 129 (50.78% from 255) = 36.86%
BLUE value IS 44 (17.58% from 255) = 12.57%
R=50.57%
G=36.86%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771294400.270.750.3138.3560.1843.33
HexB1812C01B4B1F263c2b
Octal2612015403311337467453
Binary1011000110000001101100011011100101111111100110111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1812C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1812C; }

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

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

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

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

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

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

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

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