#B57E28

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

Shades of Mandalay #B57E28

Tints of Mandalay #B57E28

Color information

#B57E28 (or 0xB57E28) is unknown color: approx Mandalay. HEX triplet: B5, 7E and 28. RGB value is (181,126,40). Sum of RGB (Red+Green+Blue) = 181+126+40=347 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.16% from 347); Green value is 126 (49.61% from 255 or 36.31% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57E28 is #4A81D7. Grayscale: #858585. Windows color (decimal): -4882904 or 2653877. OLE color: 2653877.

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

Color convert

RGB18112640-
CMYK00.300.780.29
HSL36.6º63.8%43.33%-
HSV(B)36.6º77.9%70.98%-
XYZ26.924.95.4-
YUV132.6475.72162.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.16%
GREEN value IS 126 (49.61% from 255) = 36.31%
BLUE value IS 40 (16.02% from 255) = 11.53%
R=52.16%
G=36.31%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811264000.300.780.2936.663.843.33
HexB57E2801E4E1D25402b
Octal26517650036116354510053
Binary1011010111111101010000111101001110111011001011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57E28; }

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

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

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

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

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

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

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

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