Shades of Mandalay #B58023
Tints of Mandalay #B58023
RGB
CMYK
RGB Variations
Color information
#B58023 (or 0xB58023) is known color: Mandalay. HEX triplet: B5, 80 and 23. RGB value is (181,128,35). Sum of RGB (Red+Green+Blue) = 181+128+35=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 35 (14.06% from 255 or 10.17% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B58023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58023 is #4A7FDC. Grayscale: #858585. Windows color (decimal): -4882397 or 2326709. OLE color: 2326709.
HSL color Cylindrical-coordinate representation of color #B58023: hue angle of 38.22º 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 #B58023 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 35 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.29 |
| HSL | 38.22º | 0.68% | 0.42% | - |
| HSV(B) | 38.22º | 0.81% | 0.71% | - |
| XYZ | 27.08 | 25.38 | 5.06 | - |
| YUV | 133.25 | 72.56 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 35 | 0 | 0.29 | 0.81 | 0.29 | 38.22 | 0.68 | 0.42 |
| Hex | B5 | 80 | 23 | 0 | 1D | 51 | 1D | 26 | 44 | 2A |
| Octal | 265 | 200 | 43 | 0 | 35 | 121 | 35 | 46 | 104 | 52 |
| Binary | 10110101 | 10000000 | 100011 | 0 | 11101 | 1010001 | 11101 | 100110 | 1000100 | 101010 |
Color Harmonies of #B58023
Complementary color
Monochromatic Colors of #B58023
Black with #B58023
Text Example
Text Example
White with #B58023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58023; }
p { color: rgb(181,128,35); }
H1.HeaderClassName
{
color: #B58023;
}
.AnyTagClassName
{
color: #B58023;
}
</style>
background-color css
<style>
a { background-color: #B58023; }
a { background-color: rgb(181,128,35); }
div.DivClassName
{
background-color: #B58023;
}
.BgClassName
{
background-color: #B58023;
}
</style>
border-color css
<style>
span { border-color: #B58023; }
span { border-color: rgb(181,128,35); }
td.TdClassName
{
border-color: #B58023;
}
.TagClassName
{
border-color: #B58023;
}
</style>