#B57F37

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

Shades of Mandalay #B57F37

Tints of Mandalay #B57F37

Color information

#B57F37 (or 0xB57F37) is unknown color: approx Mandalay. HEX triplet: B5, 7F and 37. RGB value is (181,127,55). Sum of RGB (Red+Green+Blue) = 181+127+55=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 55 (21.88% from 255 or 15.15% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B57F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57F37 is #4A80C8. Grayscale: #878787. Windows color (decimal): -4882633 or 3637173. OLE color: 3637173.

HSL color Cylindrical-coordinate representation of color #B57F37: hue angle of 34.29º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B57F37 is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18112755-
CMYK00.300.700.29
HSL34.29º53.39%46.27%-
HSV(B)34.29º69.61%70.98%-
XYZ27.3425.287.05-
YUV134.9482.89160.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 127 (50% from 255) = 34.99%
BLUE value IS 55 (21.88% from 255) = 15.15%
R=49.86%
G=34.99%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811275500.300.700.2934.2953.3946.27
HexB57F3701E461D22352e
Octal2651776703610635426556
Binary101101011111111110111011110100011011101100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57F37; }

 p { color: rgb(181,127,55); }

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

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

 a { background-color: rgb(181,127,55); }

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

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

 span { border-color: rgb(181,127,55); }

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