Shades of Mandalay #B0852E
Tints of Mandalay #B0852E
RGB
CMYK
RGB Variations
Color information
#B0852E (or 0xB0852E) is known color: Mandalay. HEX triplet: B0, 85 and 2E. RGB value is (176,133,46). Sum of RGB (Red+Green+Blue) = 176+133+46=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B0852E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0852E is #4F7AD1. Grayscale: #888888. Windows color (decimal): -5208786 or 3048880. OLE color: 3048880.
HSL color Cylindrical-coordinate representation of color #B0852E: hue angle of 40.15º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0852E is Cyan = 0, Magento = 0.24, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 133 | 46 | - |
| CMYK | 0 | 0.24 | 0.74 | 0.31 |
| HSL | 40.15º | 0.59% | 0.44% | - |
| HSV(B) | 40.15º | 0.74% | 0.69% | - |
| XYZ | 26.79 | 26.2 | 6.23 | - |
| YUV | 135.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 133 | 46 | 0 | 0.24 | 0.74 | 0.31 | 40.15 | 0.59 | 0.44 |
| Hex | B0 | 85 | 2E | 0 | 18 | 4A | 1F | 28 | 3B | 2C |
| Octal | 260 | 205 | 56 | 0 | 30 | 112 | 37 | 50 | 73 | 54 |
| Binary | 10110000 | 10000101 | 101110 | 0 | 11000 | 1001010 | 11111 | 101000 | 111011 | 101100 |
Color Harmonies of #B0852E
Complementary color
Monochromatic Colors of #B0852E
Black with #B0852E
Text Example
Text Example
White with #B0852E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0852E; }
p { color: rgb(176,133,46); }
H1.HeaderClassName
{
color: #B0852E;
}
.AnyTagClassName
{
color: #B0852E;
}
</style>
background-color css
<style>
a { background-color: #B0852E; }
a { background-color: rgb(176,133,46); }
div.DivClassName
{
background-color: #B0852E;
}
.BgClassName
{
background-color: #B0852E;
}
</style>
border-color css
<style>
span { border-color: #B0852E; }
span { border-color: rgb(176,133,46); }
td.TdClassName
{
border-color: #B0852E;
}
.TagClassName
{
border-color: #B0852E;
}
</style>