Shades of Mandalay #B58038
Tints of Mandalay #B58038
RGB
CMYK
RGB Variations
Color information
#B58038 (or 0xB58038) is known color: 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
| RGB | 181 | 128 | 56 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.29 |
| HSL | 34.56º | 0.53% | 0.46% | - |
| HSV(B) | 34.56º | 0.69% | 0.71% | - |
| XYZ | 27.49 | 25.55 | 7.22 | - |
| YUV | 135.64 | 83.06 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 56 | 0 | 0.29 | 0.69 | 0.29 | 34.56 | 0.53 | 0.46 |
| Hex | B5 | 80 | 38 | 0 | 1D | 45 | 1D | 23 | 35 | 2E |
| Octal | 265 | 200 | 70 | 0 | 35 | 105 | 35 | 43 | 65 | 56 |
| Binary | 10110101 | 10000000 | 111000 | 0 | 11101 | 1000101 | 11101 | 100011 | 110101 | 101110 |
Color Harmonies of #B58038
Complementary color
Monochromatic Colors of #B58038
Black with #B58038
Text Example
Text Example
White with #B58038
Text Example
Text Example
HTML Codes & Css Web 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>