Shades of Mandalay #B7792F
Tints of Mandalay #B7792F
RGB
CMYK
RGB Variations
Color information
#B7792F (or 0xB7792F) is known color: Mandalay. HEX triplet: B7, 79 and 2F. RGB value is (183,121,47). Sum of RGB (Red+Green+Blue) = 183+121+47=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 47 (18.75% from 255 or 13.39% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B7792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7792F is #4886D0. Grayscale: #838383. Windows color (decimal): -4753105 or 3111351. OLE color: 3111351.
HSL color Cylindrical-coordinate representation of color #B7792F: hue angle of 32.65º degrees, saturation: 0.59, 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 #B7792F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 121 | 47 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.28 |
| HSL | 32.65º | 0.59% | 0.45% | - |
| HSV(B) | 32.65º | 0.74% | 0.72% | - |
| XYZ | 26.88 | 23.95 | 5.89 | - |
| YUV | 131.1 | 80.54 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 121 | 47 | 0 | 0.34 | 0.74 | 0.28 | 32.65 | 0.59 | 0.45 |
| Hex | B7 | 79 | 2F | 0 | 22 | 4A | 1C | 21 | 3B | 2D |
| Octal | 267 | 171 | 57 | 0 | 42 | 112 | 34 | 41 | 73 | 55 |
| Binary | 10110111 | 1111001 | 101111 | 0 | 100010 | 1001010 | 11100 | 100001 | 111011 | 101101 |
Color Harmonies of #B7792F
Complementary color
Monochromatic Colors of #B7792F
Black with #B7792F
Text Example
Text Example
White with #B7792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7792F; }
p { color: rgb(183,121,47); }
H1.HeaderClassName
{
color: #B7792F;
}
.AnyTagClassName
{
color: #B7792F;
}
</style>
background-color css
<style>
a { background-color: #B7792F; }
a { background-color: rgb(183,121,47); }
div.DivClassName
{
background-color: #B7792F;
}
.BgClassName
{
background-color: #B7792F;
}
</style>
border-color css
<style>
span { border-color: #B7792F; }
span { border-color: rgb(183,121,47); }
td.TdClassName
{
border-color: #B7792F;
}
.TagClassName
{
border-color: #B7792F;
}
</style>