Shades of Mandalay #B8802D
Tints of Mandalay #B8802D
RGB
CMYK
RGB Variations
Color information
#B8802D (or 0xB8802D) is known color: Mandalay. HEX triplet: B8, 80 and 2D. RGB value is (184,128,45). Sum of RGB (Red+Green+Blue) = 184+128+45=357 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.54% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 184 - color contains mainly: red. Hex color #B8802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8802D is #477FD2. Grayscale: #878787. Windows color (decimal): -4685779 or 2982072. OLE color: 2982072.
HSL color Cylindrical-coordinate representation of color #B8802D: hue angle of 35.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B8802D is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 45 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.28 |
| HSL | 35.83º | 0.61% | 0.45% | - |
| HSV(B) | 35.83º | 0.76% | 0.72% | - |
| XYZ | 27.96 | 25.82 | 5.99 | - |
| YUV | 135.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 45 | 0 | 0.30 | 0.76 | 0.28 | 35.83 | 0.61 | 0.45 |
| Hex | B8 | 80 | 2D | 0 | 1E | 4C | 1C | 24 | 3D | 2D |
| Octal | 270 | 200 | 55 | 0 | 36 | 114 | 34 | 44 | 75 | 55 |
| Binary | 10111000 | 10000000 | 101101 | 0 | 11110 | 1001100 | 11100 | 100100 | 111101 | 101101 |
Color Harmonies of #B8802D
Complementary color
Monochromatic Colors of #B8802D
Black with #B8802D
Text Example
Text Example
White with #B8802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8802D; }
p { color: rgb(184,128,45); }
H1.HeaderClassName
{
color: #B8802D;
}
.AnyTagClassName
{
color: #B8802D;
}
</style>
background-color css
<style>
a { background-color: #B8802D; }
a { background-color: rgb(184,128,45); }
div.DivClassName
{
background-color: #B8802D;
}
.BgClassName
{
background-color: #B8802D;
}
</style>
border-color css
<style>
span { border-color: #B8802D; }
span { border-color: rgb(184,128,45); }
td.TdClassName
{
border-color: #B8802D;
}
.TagClassName
{
border-color: #B8802D;
}
</style>