Shades of Mandalay #B97C2E
Tints of Mandalay #B97C2E
RGB
CMYK
RGB Variations
Color information
#B97C2E (or 0xB97C2E) is known color: Mandalay. HEX triplet: B9, 7C and 2E. RGB value is (185,124,46). Sum of RGB (Red+Green+Blue) = 185+124+46=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 124 (48.83% from 255 or 34.93% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B97C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B97C2E is #4683D1. Grayscale: #858585. Windows color (decimal): -4621266 or 3046585. OLE color: 3046585.
HSL color Cylindrical-coordinate representation of color #B97C2E: hue angle of 33.67º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B97C2E is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 124 | 46 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.27 |
| HSL | 33.67º | 0.6% | 0.45% | - |
| HSV(B) | 33.67º | 0.75% | 0.73% | - |
| XYZ | 27.71 | 24.93 | 5.94 | - |
| YUV | 133.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 124 | 46 | 0 | 0.33 | 0.75 | 0.27 | 33.67 | 0.6 | 0.45 |
| Hex | B9 | 7C | 2E | 0 | 21 | 4B | 1B | 22 | 3C | 2D |
| Octal | 271 | 174 | 56 | 0 | 41 | 113 | 33 | 42 | 74 | 55 |
| Binary | 10111001 | 1111100 | 101110 | 0 | 100001 | 1001011 | 11011 | 100010 | 111100 | 101101 |
Color Harmonies of #B97C2E
Complementary color
Monochromatic Colors of #B97C2E
Black with #B97C2E
Text Example
Text Example
White with #B97C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B97C2E; }
p { color: rgb(185,124,46); }
H1.HeaderClassName
{
color: #B97C2E;
}
.AnyTagClassName
{
color: #B97C2E;
}
</style>
background-color css
<style>
a { background-color: #B97C2E; }
a { background-color: rgb(185,124,46); }
div.DivClassName
{
background-color: #B97C2E;
}
.BgClassName
{
background-color: #B97C2E;
}
</style>
border-color css
<style>
span { border-color: #B97C2E; }
span { border-color: rgb(185,124,46); }
td.TdClassName
{
border-color: #B97C2E;
}
.TagClassName
{
border-color: #B97C2E;
}
</style>