Shades of Mandalay #B0852C
Tints of Mandalay #B0852C
RGB
CMYK
RGB Variations
Color information
#B0852C (or 0xB0852C) is known color: Mandalay. HEX triplet: B0, 85 and 2C. RGB value is (176,133,44). Sum of RGB (Red+Green+Blue) = 176+133+44=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0852C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0852C is #4F7AD3. Grayscale: #888888. Windows color (decimal): -5208788 or 2917808. OLE color: 2917808.
HSL color Cylindrical-coordinate representation of color #B0852C: hue angle of 40.45º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0852C is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 44 | - |
| CMYK | 0 | 0.24 | 0.75 | 0.31 |
| HSL | 40.45º | 0.6% | 0.43% | - |
| HSV(B) | 40.45º | 0.75% | 0.69% | - |
| XYZ | 26.75 | 26.19 | 6.03 | - |
| YUV | 135.71 | 76.25 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 44 | 0 | 0.24 | 0.75 | 0.31 | 40.45 | 0.6 | 0.43 |
| Hex | B0 | 85 | 2C | 0 | 18 | 4B | 1F | 28 | 3C | 2B |
| Octal | 260 | 205 | 54 | 0 | 30 | 113 | 37 | 50 | 74 | 53 |
| Binary | 10110000 | 10000101 | 101100 | 0 | 11000 | 1001011 | 11111 | 101000 | 111100 | 101011 |
Color Harmonies of #B0852C
Complementary color
Monochromatic Colors of #B0852C
Black with #B0852C
Text Example
Text Example
White with #B0852C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0852C; }
p { color: rgb(176,133,44); }
H1.HeaderClassName
{
color: #B0852C;
}
.AnyTagClassName
{
color: #B0852C;
}
</style>
background-color css
<style>
a { background-color: #B0852C; }
a { background-color: rgb(176,133,44); }
div.DivClassName
{
background-color: #B0852C;
}
.BgClassName
{
background-color: #B0852C;
}
</style>
border-color css
<style>
span { border-color: #B0852C; }
span { border-color: rgb(176,133,44); }
td.TdClassName
{
border-color: #B0852C;
}
.TagClassName
{
border-color: #B0852C;
}
</style>