#B58037

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

Shades of Mandalay #B58037

Tints of Mandalay #B58037

Color information

#B58037 (or 0xB58037) is unknown color: approx Mandalay. HEX triplet: B5, 80 and 37. RGB value is (181,128,55). Sum of RGB (Red+Green+Blue) = 181+128+55=364 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.73% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 55 (21.88% from 255 or 15.11% from 364); Max value from RGB is 181 - color contains mainly: red. Hex color #B58037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58037 is #4A7FC8. Grayscale: #878787. Windows color (decimal): -4882377 or 3637429. OLE color: 3637429.

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

Color convert

RGB18112855-
CMYK00.290.700.29
HSL34.76º53.39%46.27%-
HSV(B)34.76º69.61%70.98%-
XYZ27.4625.547.1-
YUV135.5282.56160.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.73%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 55 (21.88% from 255) = 15.11%
R=49.73%
G=35.16%
B=15.11%

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
Decimal1811285500.290.700.2934.7653.3946.27
HexB5803701D461D23352e
Octal2652006703510635436556
Binary1011010110000000110111011101100011011101100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58037; }

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

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

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

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

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

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

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

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