Shades of Mandalay #B7792D
Tints of Mandalay #B7792D
RGB
CMYK
RGB Variations
Color information
#B7792D (or 0xB7792D) is known color: Mandalay. HEX triplet: B7, 79 and 2D. RGB value is (183,121,45). Sum of RGB (Red+Green+Blue) = 183+121+45=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7792D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7792D is #4886D2. Grayscale: #838383. Windows color (decimal): -4753107 or 2980279. OLE color: 2980279.
HSL color Cylindrical-coordinate representation of color #B7792D: hue angle of 33.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7792D is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 45 | - |
| CMYK | 0 | 0.34 | 0.75 | 0.28 |
| HSL | 33.04º | 0.61% | 0.45% | - |
| HSV(B) | 33.04º | 0.75% | 0.72% | - |
| XYZ | 26.84 | 23.93 | 5.69 | - |
| YUV | 130.87 | 79.54 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 45 | 0 | 0.34 | 0.75 | 0.28 | 33.04 | 0.61 | 0.45 |
| Hex | B7 | 79 | 2D | 0 | 22 | 4B | 1C | 21 | 3D | 2D |
| Octal | 267 | 171 | 55 | 0 | 42 | 113 | 34 | 41 | 75 | 55 |
| Binary | 10110111 | 1111001 | 101101 | 0 | 100010 | 1001011 | 11100 | 100001 | 111101 | 101101 |
Color Harmonies of #B7792D
Complementary color
Monochromatic Colors of #B7792D
Black with #B7792D
Text Example
Text Example
White with #B7792D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7792D; }
p { color: rgb(183,121,45); }
H1.HeaderClassName
{
color: #B7792D;
}
.AnyTagClassName
{
color: #B7792D;
}
</style>
background-color css
<style>
a { background-color: #B7792D; }
a { background-color: rgb(183,121,45); }
div.DivClassName
{
background-color: #B7792D;
}
.BgClassName
{
background-color: #B7792D;
}
</style>
border-color css
<style>
span { border-color: #B7792D; }
span { border-color: rgb(183,121,45); }
td.TdClassName
{
border-color: #B7792D;
}
.TagClassName
{
border-color: #B7792D;
}
</style>