Shades of Mandalay #B87F29
Tints of Mandalay #B87F29
RGB
CMYK
RGB Variations
Color information
#B87F29 (or 0xB87F29) is known color: Mandalay. HEX triplet: B8, 7F and 29. RGB value is (184,127,41). Sum of RGB (Red+Green+Blue) = 184+127+41=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 127 (50% from 255 or 36.08% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B87F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B87F29 is #4780D6. Grayscale: #868686. Windows color (decimal): -4686039 or 2719672. OLE color: 2719672.
HSL color Cylindrical-coordinate representation of color #B87F29: hue angle of 36.08º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B87F29 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 127 | 41 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.28 |
| HSL | 36.08º | 0.64% | 0.44% | - |
| HSV(B) | 36.08º | 0.78% | 0.72% | - |
| XYZ | 27.76 | 25.53 | 5.56 | - |
| YUV | 134.24 | 75.38 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 127 | 41 | 0 | 0.31 | 0.78 | 0.28 | 36.08 | 0.64 | 0.44 |
| Hex | B8 | 7F | 29 | 0 | 1F | 4E | 1C | 24 | 40 | 2C |
| Octal | 270 | 177 | 51 | 0 | 37 | 116 | 34 | 44 | 100 | 54 |
| Binary | 10111000 | 1111111 | 101001 | 0 | 11111 | 1001110 | 11100 | 100100 | 1000000 | 101100 |
Color Harmonies of #B87F29
Complementary color
Monochromatic Colors of #B87F29
Black with #B87F29
Text Example
Text Example
White with #B87F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B87F29; }
p { color: rgb(184,127,41); }
H1.HeaderClassName
{
color: #B87F29;
}
.AnyTagClassName
{
color: #B87F29;
}
</style>
background-color css
<style>
a { background-color: #B87F29; }
a { background-color: rgb(184,127,41); }
div.DivClassName
{
background-color: #B87F29;
}
.BgClassName
{
background-color: #B87F29;
}
</style>
border-color css
<style>
span { border-color: #B87F29; }
span { border-color: rgb(184,127,41); }
td.TdClassName
{
border-color: #B87F29;
}
.TagClassName
{
border-color: #B87F29;
}
</style>