#B57C3A

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

Shades of Mandalay #B57C3A

Tints of Mandalay #B57C3A

Color information

#B57C3A (or 0xB57C3A) is unknown color: approx Mandalay. HEX triplet: B5, 7C and 3A. RGB value is (181,124,58). Sum of RGB (Red+Green+Blue) = 181+124+58=363 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.86% from 363); Green value is 124 (48.83% from 255 or 34.16% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 181 - color contains mainly: red. Hex color #B57C3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57C3A is #4A83C5. Grayscale: #858585. Windows color (decimal): -4883398 or 3833013. OLE color: 3833013.

HSL color Cylindrical-coordinate representation of color #B57C3A: hue angle of 32.2º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B57C3A is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB18112458-
CMYK00.310.680.29
HSL32.2º51.46%46.86%-
HSV(B)32.2º67.96%70.98%-
XYZ27.0324.547.32-
YUV133.5285.38161.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.86%
GREEN value IS 124 (48.83% from 255) = 34.16%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=49.86%
G=34.16%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811245800.310.680.2932.251.4646.86
HexB57C3A01F441D20332f
Octal2651747203710435406357
Binary101101011111100111010011111100010011101100000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57C3A; }

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

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

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

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

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

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

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

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