Shades of Mandalay #B8792F
Tints of Mandalay #B8792F
RGB
CMYK
RGB Variations
Color information
#B8792F (or 0xB8792F) is known color: Mandalay. HEX triplet: B8, 79 and 2F. RGB value is (184,121,47). Sum of RGB (Red+Green+Blue) = 184+121+47=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B8792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8792F is #4786D0. Grayscale: #838383. Windows color (decimal): -4687569 or 3111352. OLE color: 3111352.
HSL color Cylindrical-coordinate representation of color #B8792F: hue angle of 32.41º 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 #B8792F is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 121 | 47 | - |
| CMYK | 0 | 0.34 | 0.74 | 0.28 |
| HSL | 32.41º | 0.59% | 0.45% | - |
| HSV(B) | 32.41º | 0.74% | 0.72% | - |
| XYZ | 27.12 | 24.07 | 5.91 | - |
| YUV | 131.4 | 80.37 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 121 | 47 | 0 | 0.34 | 0.74 | 0.28 | 32.41 | 0.59 | 0.45 |
| Hex | B8 | 79 | 2F | 0 | 22 | 4A | 1C | 20 | 3B | 2D |
| Octal | 270 | 171 | 57 | 0 | 42 | 112 | 34 | 40 | 73 | 55 |
| Binary | 10111000 | 1111001 | 101111 | 0 | 100010 | 1001010 | 11100 | 100000 | 111011 | 101101 |
Color Harmonies of #B8792F
Complementary color
Monochromatic Colors of #B8792F
Black with #B8792F
Text Example
Text Example
White with #B8792F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8792F; }
p { color: rgb(184,121,47); }
H1.HeaderClassName
{
color: #B8792F;
}
.AnyTagClassName
{
color: #B8792F;
}
</style>
background-color css
<style>
a { background-color: #B8792F; }
a { background-color: rgb(184,121,47); }
div.DivClassName
{
background-color: #B8792F;
}
.BgClassName
{
background-color: #B8792F;
}
</style>
border-color css
<style>
span { border-color: #B8792F; }
span { border-color: rgb(184,121,47); }
td.TdClassName
{
border-color: #B8792F;
}
.TagClassName
{
border-color: #B8792F;
}
</style>