#b58038

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

Shades of Mandalay #B58038

Tints of Mandalay #B58038

Color information

#B58038 (or 0xB58038) is unknown color: approx Mandalay. HEX triplet: B5, 80 and 38. RGB value is (181,128,56). Sum of RGB (Red+Green+Blue) = 181+128+56=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 56 (22.27% from 255 or 15.34% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B58038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58038 is #4A7FC7. Grayscale: #878787. Windows color (decimal): -4882376 or 3702965. OLE color: 3702965.

HSL color Cylindrical-coordinate representation of color #B58038: hue angle of 34.56º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B58038 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB18112856-
CMYK00.290.690.29
HSL34.56º52.74%46.47%-
HSV(B)34.56º69.06%70.98%-
XYZ27.4925.557.22-
YUV135.6483.06160.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.59%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 56 (22.27% from 255) = 15.34%
R=49.59%
G=35.07%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811285600.290.690.2934.5652.7446.47
HexB5803801D451D23352e
Octal2652007003510535436556
Binary1011010110000000111000011101100010111101100011110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58038; }

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

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

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

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

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

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

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

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