Shades of Mandalay #B5802C
Tints of Mandalay #B5802C
RGB
CMYK
RGB Variations
Color information
#B5802C (or 0xB5802C) is known color: Mandalay. HEX triplet: B5, 80 and 2C. RGB value is (181,128,44). Sum of RGB (Red+Green+Blue) = 181+128+44=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B5802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5802C is #4A7FD3. Grayscale: #868686. Windows color (decimal): -4882388 or 2916533. OLE color: 2916533.
HSL color Cylindrical-coordinate representation of color #B5802C: hue angle of 36.79º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B5802C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 44 | - |
| CMYK | 0 | 0.29 | 0.76 | 0.29 |
| HSL | 36.79º | 0.61% | 0.44% | - |
| HSV(B) | 36.79º | 0.76% | 0.71% | - |
| XYZ | 27.23 | 25.44 | 5.86 | - |
| YUV | 134.27 | 77.06 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 44 | 0 | 0.29 | 0.76 | 0.29 | 36.79 | 0.61 | 0.44 |
| Hex | B5 | 80 | 2C | 0 | 1D | 4C | 1D | 25 | 3D | 2C |
| Octal | 265 | 200 | 54 | 0 | 35 | 114 | 35 | 45 | 75 | 54 |
| Binary | 10110101 | 10000000 | 101100 | 0 | 11101 | 1001100 | 11101 | 100101 | 111101 | 101100 |
Color Harmonies of #B5802C
Complementary color
Monochromatic Colors of #B5802C
Black with #B5802C
Text Example
Text Example
White with #B5802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5802C; }
p { color: rgb(181,128,44); }
H1.HeaderClassName
{
color: #B5802C;
}
.AnyTagClassName
{
color: #B5802C;
}
</style>
background-color css
<style>
a { background-color: #B5802C; }
a { background-color: rgb(181,128,44); }
div.DivClassName
{
background-color: #B5802C;
}
.BgClassName
{
background-color: #B5802C;
}
</style>
border-color css
<style>
span { border-color: #B5802C; }
span { border-color: rgb(181,128,44); }
td.TdClassName
{
border-color: #B5802C;
}
.TagClassName
{
border-color: #B5802C;
}
</style>