Shades of Mandalay #B78129
Tints of Mandalay #B78129
RGB
CMYK
RGB Variations
Color information
#B78129 (or 0xB78129) is known color: Mandalay. HEX triplet: B7, 81 and 29. RGB value is (183,129,41). Sum of RGB (Red+Green+Blue) = 183+129+41=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B78129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78129 is #487ED6. Grayscale: #878787. Windows color (decimal): -4751063 or 2720183. OLE color: 2720183.
HSL color Cylindrical-coordinate representation of color #B78129: hue angle of 37.18º degrees, saturation: 0.63, 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 #B78129 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 129 | 41 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.28 |
| HSL | 37.18º | 0.63% | 0.44% | - |
| HSV(B) | 37.18º | 0.78% | 0.72% | - |
| XYZ | 27.78 | 25.93 | 5.64 | - |
| YUV | 135.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 41 | 0 | 0.30 | 0.78 | 0.28 | 37.18 | 0.63 | 0.44 |
| Hex | B7 | 81 | 29 | 0 | 1E | 4E | 1C | 25 | 3F | 2C |
| Octal | 267 | 201 | 51 | 0 | 36 | 116 | 34 | 45 | 77 | 54 |
| Binary | 10110111 | 10000001 | 101001 | 0 | 11110 | 1001110 | 11100 | 100101 | 111111 | 101100 |
Color Harmonies of #B78129
Complementary color
Monochromatic Colors of #B78129
Black with #B78129
Text Example
Text Example
White with #B78129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78129; }
p { color: rgb(183,129,41); }
H1.HeaderClassName
{
color: #B78129;
}
.AnyTagClassName
{
color: #B78129;
}
</style>
background-color css
<style>
a { background-color: #B78129; }
a { background-color: rgb(183,129,41); }
div.DivClassName
{
background-color: #B78129;
}
.BgClassName
{
background-color: #B78129;
}
</style>
border-color css
<style>
span { border-color: #B78129; }
span { border-color: rgb(183,129,41); }
td.TdClassName
{
border-color: #B78129;
}
.TagClassName
{
border-color: #B78129;
}
</style>