#B57B2E

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

Shades of Mandalay #B57B2E

Tints of Mandalay #B57B2E

Color information

#B57B2E (or 0xB57B2E) is unknown color: approx Mandalay. HEX triplet: B5, 7B and 2E. RGB value is (181,123,46). Sum of RGB (Red+Green+Blue) = 181+123+46=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B57B2E is #4A84D1. Grayscale: #838383. Windows color (decimal): -4883666 or 3046325. OLE color: 3046325.

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

Color convert

RGB18112346-
CMYK00.320.750.29
HSL34.22º59.47%44.51%-
HSV(B)34.22º74.59%70.98%-
XYZ26.6324.195.85-
YUV131.5679.72163.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 51.71%
GREEN value IS 123 (48.44% from 255) = 35.14%
BLUE value IS 46 (18.36% from 255) = 13.14%
R=51.71%
G=35.14%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811234600.320.750.2934.2259.4744.51
HexB57B2E0204B1D223b2d
Octal2651735604011335427355
Binary1011010111110111011100100000100101111101100010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57B2E; }

 p { color: rgb(181,123,46); }

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

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

 a { background-color: rgb(181,123,46); }

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

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

 span { border-color: rgb(181,123,46); }

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