#B57E32

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

Shades of Mandalay #B57E32

Tints of Mandalay #B57E32

Color information

#B57E32 (or 0xB57E32) is unknown color: approx Mandalay. HEX triplet: B5, 7E and 32. RGB value is (181,126,50). Sum of RGB (Red+Green+Blue) = 181+126+50=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E32 is #4A81CD. Grayscale: #868686. Windows color (decimal): -4882894 or 3309237. OLE color: 3309237.

HSL color Cylindrical-coordinate representation of color #B57E32: hue angle of 34.81º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B57E32 is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB18112650-
CMYK00.300.720.29
HSL34.81º56.71%45.29%-
HSV(B)34.81º72.38%70.98%-
XYZ27.0924.986.41-
YUV133.7880.72161.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.70%
GREEN value IS 126 (49.61% from 255) = 35.29%
BLUE value IS 50 (19.92% from 255) = 14.01%
R=50.70%
G=35.29%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811265000.300.720.2934.8156.7145.29
HexB57E3201E481D23392d
Octal2651766203611035437155
Binary101101011111110110010011110100100011101100011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E32; }

 p { color: rgb(181,126,50); }

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

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

 a { background-color: rgb(181,126,50); }

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

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

 span { border-color: rgb(181,126,50); }

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