Shades of Mandalay #B58223
Tints of Mandalay #B58223
RGB
CMYK
RGB Variations
Color information
#B58223 (or 0xB58223) is known color: Mandalay. HEX triplet: B5, 82 and 23. RGB value is (181,130,35). Sum of RGB (Red+Green+Blue) = 181+130+35=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B58223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58223 is #4A7DDC. Grayscale: #868686. Windows color (decimal): -4881885 or 2327221. OLE color: 2327221.
HSL color Cylindrical-coordinate representation of color #B58223: hue angle of 39.04º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B58223 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 35 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.29 |
| HSL | 39.04º | 0.68% | 0.42% | - |
| HSV(B) | 39.04º | 0.81% | 0.71% | - |
| XYZ | 27.34 | 25.91 | 5.15 | - |
| YUV | 134.42 | 71.9 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 35 | 0 | 0.28 | 0.81 | 0.29 | 39.04 | 0.68 | 0.42 |
| Hex | B5 | 82 | 23 | 0 | 1C | 51 | 1D | 27 | 44 | 2A |
| Octal | 265 | 202 | 43 | 0 | 34 | 121 | 35 | 47 | 104 | 52 |
| Binary | 10110101 | 10000010 | 100011 | 0 | 11100 | 1010001 | 11101 | 100111 | 1000100 | 101010 |
Color Harmonies of #B58223
Complementary color
Monochromatic Colors of #B58223
Black with #B58223
Text Example
Text Example
White with #B58223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58223; }
p { color: rgb(181,130,35); }
H1.HeaderClassName
{
color: #B58223;
}
.AnyTagClassName
{
color: #B58223;
}
</style>
background-color css
<style>
a { background-color: #B58223; }
a { background-color: rgb(181,130,35); }
div.DivClassName
{
background-color: #B58223;
}
.BgClassName
{
background-color: #B58223;
}
</style>
border-color css
<style>
span { border-color: #B58223; }
span { border-color: rgb(181,130,35); }
td.TdClassName
{
border-color: #B58223;
}
.TagClassName
{
border-color: #B58223;
}
</style>