#B58137

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

Shades of Mandalay #B58137

Tints of Mandalay #B58137

Color information

#B58137 (or 0xB58137) is unknown color: approx Mandalay. HEX triplet: B5, 81 and 37. RGB value is (181,129,55). Sum of RGB (Red+Green+Blue) = 181+129+55=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 129 (50.78% from 255 or 35.34% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B58137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58137 is #4A7EC8. Grayscale: #888888. Windows color (decimal): -4882121 or 3637685. OLE color: 3637685.

HSL color Cylindrical-coordinate representation of color #B58137: hue angle of 35.24º 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 #B58137 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.29.

Color convert

RGB18112955-
CMYK00.290.700.29
HSL35.24º53.39%46.27%-
HSV(B)35.24º69.61%70.98%-
XYZ27.625.87.14-
YUV136.1182.23160.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 129 (50.78% from 255) = 35.34%
BLUE value IS 55 (21.88% from 255) = 15.07%
R=49.59%
G=35.34%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811295500.290.700.2935.2453.3946.27
HexB5813701D461D23352e
Octal2652016703510635436556
Binary1011010110000001110111011101100011011101100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58137; }

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

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

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

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

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

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

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

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