#B57C27

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

Shades of Mandalay #B57C27

Tints of Mandalay #B57C27

Color information

#B57C27 (or 0xB57C27) is unknown color: approx Mandalay. HEX triplet: B5, 7C and 27. RGB value is (181,124,39). Sum of RGB (Red+Green+Blue) = 181+124+39=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57C27 is #4A83D8. Grayscale: #838383. Windows color (decimal): -4883417 or 2587829. OLE color: 2587829.

HSL color Cylindrical-coordinate representation of color #B57C27: hue angle of 35.92º degrees, saturation: 0.65, 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 #B57C27 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB18112439-
CMYK00.310.780.29
HSL35.92º64.55%43.14%-
HSV(B)35.92º78.45%70.98%-
XYZ26.6324.395.22-
YUV131.3575.88163.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 124 (48.83% from 255) = 36.05%
BLUE value IS 39 (15.62% from 255) = 11.34%
R=52.62%
G=36.05%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811243900.310.780.2935.9264.5543.14
HexB57C2701F4E1D24412b
Octal26517447037116354410153
Binary1011010111111001001110111111001110111011001001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C27; }

 p { color: rgb(181,124,39); }

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

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

 a { background-color: rgb(181,124,39); }

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

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

 span { border-color: rgb(181,124,39); }

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