Shades of Mandalay #B78430
Tints of Mandalay #B78430
RGB
CMYK
RGB Variations
Color information
#B78430 (or 0xB78430) is known color: Mandalay. HEX triplet: B7, 84 and 30. RGB value is (183,132,48). Sum of RGB (Red+Green+Blue) = 183+132+48=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B78430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B78430 is #487BCF. Grayscale: #8A8A8A. Windows color (decimal): -4750288 or 3179703. OLE color: 3179703.
HSL color Cylindrical-coordinate representation of color #B78430: hue angle of 37.33º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B78430 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 48 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.28 |
| HSL | 37.33º | 0.58% | 0.45% | - |
| HSV(B) | 37.33º | 0.74% | 0.72% | - |
| XYZ | 28.31 | 26.78 | 6.47 | - |
| YUV | 137.67 | 77.4 | 160.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 48 | 0 | 0.28 | 0.74 | 0.28 | 37.33 | 0.58 | 0.45 |
| Hex | B7 | 84 | 30 | 0 | 1C | 4A | 1C | 25 | 3A | 2D |
| Octal | 267 | 204 | 60 | 0 | 34 | 112 | 34 | 45 | 72 | 55 |
| Binary | 10110111 | 10000100 | 110000 | 0 | 11100 | 1001010 | 11100 | 100101 | 111010 | 101101 |
Color Harmonies of #B78430
Complementary color
Monochromatic Colors of #B78430
Black with #B78430
Text Example
Text Example
White with #B78430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78430; }
p { color: rgb(183,132,48); }
H1.HeaderClassName
{
color: #B78430;
}
.AnyTagClassName
{
color: #B78430;
}
</style>
background-color css
<style>
a { background-color: #B78430; }
a { background-color: rgb(183,132,48); }
div.DivClassName
{
background-color: #B78430;
}
.BgClassName
{
background-color: #B78430;
}
</style>
border-color css
<style>
span { border-color: #B78430; }
span { border-color: rgb(183,132,48); }
td.TdClassName
{
border-color: #B78430;
}
.TagClassName
{
border-color: #B78430;
}
</style>