Shades of Mandalay #B78320
Tints of Mandalay #B78320
RGB
CMYK
RGB Variations
Color information
#B78320 (or 0xB78320) is known color: Mandalay. HEX triplet: B7, 83 and 20. RGB value is (183,131,32). Sum of RGB (Red+Green+Blue) = 183+131+32=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B78320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78320 is #487CDF. Grayscale: #878787. Windows color (decimal): -4750560 or 2130871. OLE color: 2130871.
HSL color Cylindrical-coordinate representation of color #B78320: hue angle of 39.34º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B78320 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 32 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.28 |
| HSL | 39.34º | 0.7% | 0.42% | - |
| HSV(B) | 39.34º | 0.83% | 0.72% | - |
| XYZ | 27.91 | 26.4 | 4.99 | - |
| YUV | 135.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 32 | 0 | 0.28 | 0.83 | 0.28 | 39.34 | 0.7 | 0.42 |
| Hex | B7 | 83 | 20 | 0 | 1C | 53 | 1C | 27 | 46 | 2A |
| Octal | 267 | 203 | 40 | 0 | 34 | 123 | 34 | 47 | 106 | 52 |
| Binary | 10110111 | 10000011 | 100000 | 0 | 11100 | 1010011 | 11100 | 100111 | 1000110 | 101010 |
Color Harmonies of #B78320
Complementary color
Monochromatic Colors of #B78320
Black with #B78320
Text Example
Text Example
White with #B78320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78320; }
p { color: rgb(183,131,32); }
H1.HeaderClassName
{
color: #B78320;
}
.AnyTagClassName
{
color: #B78320;
}
</style>
background-color css
<style>
a { background-color: #B78320; }
a { background-color: rgb(183,131,32); }
div.DivClassName
{
background-color: #B78320;
}
.BgClassName
{
background-color: #B78320;
}
</style>
border-color css
<style>
span { border-color: #B78320; }
span { border-color: rgb(183,131,32); }
td.TdClassName
{
border-color: #B78320;
}
.TagClassName
{
border-color: #B78320;
}
</style>