Shades of Mandalay #B8852C
Tints of Mandalay #B8852C
RGB
CMYK
RGB Variations
Color information
#B8852C (or 0xB8852C) is known color: Mandalay. HEX triplet: B8, 85 and 2C. RGB value is (184,133,44). Sum of RGB (Red+Green+Blue) = 184+133+44=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 44 (17.58% from 255 or 12.19% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8852C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8852C is #477AD3. Grayscale: #8A8A8A. Windows color (decimal): -4684500 or 2917816. OLE color: 2917816.
HSL color Cylindrical-coordinate representation of color #B8852C: hue angle of 38.14º 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 #B8852C is Cyan = 0, Magento = 0.28, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 44 | - |
| CMYK | 0 | 0.28 | 0.76 | 0.28 |
| HSL | 38.14º | 0.61% | 0.45% | - |
| HSV(B) | 38.14º | 0.76% | 0.72% | - |
| XYZ | 28.61 | 27.15 | 6.11 | - |
| YUV | 138.1 | 74.9 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 44 | 0 | 0.28 | 0.76 | 0.28 | 38.14 | 0.61 | 0.45 |
| Hex | B8 | 85 | 2C | 0 | 1C | 4C | 1C | 26 | 3D | 2D |
| Octal | 270 | 205 | 54 | 0 | 34 | 114 | 34 | 46 | 75 | 55 |
| Binary | 10111000 | 10000101 | 101100 | 0 | 11100 | 1001100 | 11100 | 100110 | 111101 | 101101 |
Color Harmonies of #B8852C
Complementary color
Monochromatic Colors of #B8852C
Black with #B8852C
Text Example
Text Example
White with #B8852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8852C; }
p { color: rgb(184,133,44); }
H1.HeaderClassName
{
color: #B8852C;
}
.AnyTagClassName
{
color: #B8852C;
}
</style>
background-color css
<style>
a { background-color: #B8852C; }
a { background-color: rgb(184,133,44); }
div.DivClassName
{
background-color: #B8852C;
}
.BgClassName
{
background-color: #B8852C;
}
</style>
border-color css
<style>
span { border-color: #B8852C; }
span { border-color: rgb(184,133,44); }
td.TdClassName
{
border-color: #B8852C;
}
.TagClassName
{
border-color: #B8852C;
}
</style>