Shades of Mandalay #B78128
Tints of Mandalay #B78128
RGB
CMYK
RGB Variations
Color information
#B78128 (or 0xB78128) is known color: Mandalay. HEX triplet: B7, 81 and 28. RGB value is (183,129,40). Sum of RGB (Red+Green+Blue) = 183+129+40=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B78128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78128 is #487ED7. Grayscale: #878787. Windows color (decimal): -4751064 or 2654647. OLE color: 2654647.
HSL color Cylindrical-coordinate representation of color #B78128: hue angle of 37.34º 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 #B78128 is Cyan = 0, Magento = 0.30, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 129 | 40 | - |
| CMYK | 0 | 0.30 | 0.78 | 0.28 |
| HSL | 37.34º | 0.64% | 0.44% | - |
| HSV(B) | 37.34º | 0.78% | 0.72% | - |
| XYZ | 27.76 | 25.92 | 5.55 | - |
| YUV | 135 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 40 | 0 | 0.30 | 0.78 | 0.28 | 37.34 | 0.64 | 0.44 |
| Hex | B7 | 81 | 28 | 0 | 1E | 4E | 1C | 25 | 40 | 2C |
| Octal | 267 | 201 | 50 | 0 | 36 | 116 | 34 | 45 | 100 | 54 |
| Binary | 10110111 | 10000001 | 101000 | 0 | 11110 | 1001110 | 11100 | 100101 | 1000000 | 101100 |
Color Harmonies of #B78128
Complementary color
Monochromatic Colors of #B78128
Black with #B78128
Text Example
Text Example
White with #B78128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78128; }
p { color: rgb(183,129,40); }
H1.HeaderClassName
{
color: #B78128;
}
.AnyTagClassName
{
color: #B78128;
}
</style>
background-color css
<style>
a { background-color: #B78128; }
a { background-color: rgb(183,129,40); }
div.DivClassName
{
background-color: #B78128;
}
.BgClassName
{
background-color: #B78128;
}
</style>
border-color css
<style>
span { border-color: #B78128; }
span { border-color: rgb(183,129,40); }
td.TdClassName
{
border-color: #B78128;
}
.TagClassName
{
border-color: #B78128;
}
</style>