Shades of Mandalay #B78329
Tints of Mandalay #B78329
RGB
CMYK
RGB Variations
Color information
#B78329 (or 0xB78329) is known color: Mandalay. HEX triplet: B7, 83 and 29. RGB value is (183,131,41). Sum of RGB (Red+Green+Blue) = 183+131+41=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B78329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78329 is #487CD6. Grayscale: #888888. Windows color (decimal): -4750551 or 2720695. OLE color: 2720695.
HSL color Cylindrical-coordinate representation of color #B78329: hue angle of 38.03º 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 #B78329 is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 41 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.28 |
| HSL | 38.03º | 0.63% | 0.44% | - |
| HSV(B) | 38.03º | 0.78% | 0.72% | - |
| XYZ | 28.04 | 26.46 | 5.73 | - |
| YUV | 136.29 | 74.23 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 41 | 0 | 0.28 | 0.78 | 0.28 | 38.03 | 0.63 | 0.44 |
| Hex | B7 | 83 | 29 | 0 | 1C | 4E | 1C | 26 | 3F | 2C |
| Octal | 267 | 203 | 51 | 0 | 34 | 116 | 34 | 46 | 77 | 54 |
| Binary | 10110111 | 10000011 | 101001 | 0 | 11100 | 1001110 | 11100 | 100110 | 111111 | 101100 |
Color Harmonies of #B78329
Complementary color
Monochromatic Colors of #B78329
Black with #B78329
Text Example
Text Example
White with #B78329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78329; }
p { color: rgb(183,131,41); }
H1.HeaderClassName
{
color: #B78329;
}
.AnyTagClassName
{
color: #B78329;
}
</style>
background-color css
<style>
a { background-color: #B78329; }
a { background-color: rgb(183,131,41); }
div.DivClassName
{
background-color: #B78329;
}
.BgClassName
{
background-color: #B78329;
}
</style>
border-color css
<style>
span { border-color: #B78329; }
span { border-color: rgb(183,131,41); }
td.TdClassName
{
border-color: #B78329;
}
.TagClassName
{
border-color: #B78329;
}
</style>