Shades of Mandalay #B37C2F
Tints of Mandalay #B37C2F
RGB
CMYK
RGB Variations
Color information
#B37C2F (or 0xB37C2F) is known color: Mandalay. HEX triplet: B3, 7C and 2F. RGB value is (179,124,47). Sum of RGB (Red+Green+Blue) = 179+124+47=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C2F is #4C83D0. Grayscale: #848484. Windows color (decimal): -5014481 or 3112115. OLE color: 3112115.
HSL color Cylindrical-coordinate representation of color #B37C2F: hue angle of 35º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B37C2F is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 47 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.30 |
| HSL | 35º | 0.58% | 0.44% | - |
| HSV(B) | 35º | 0.74% | 0.7% | - |
| XYZ | 26.31 | 24.2 | 5.97 | - |
| YUV | 131.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 47 | 0 | 0.31 | 0.74 | 0.30 | 35 | 0.58 | 0.44 |
| Hex | B3 | 7C | 2F | 0 | 1F | 4A | 1E | 23 | 3A | 2C |
| Octal | 263 | 174 | 57 | 0 | 37 | 112 | 36 | 43 | 72 | 54 |
| Binary | 10110011 | 1111100 | 101111 | 0 | 11111 | 1001010 | 11110 | 100011 | 111010 | 101100 |
Color Harmonies of #B37C2F
Complementary color
Monochromatic Colors of #B37C2F
Black with #B37C2F
Text Example
Text Example
White with #B37C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C2F; }
p { color: rgb(179,124,47); }
H1.HeaderClassName
{
color: #B37C2F;
}
.AnyTagClassName
{
color: #B37C2F;
}
</style>
background-color css
<style>
a { background-color: #B37C2F; }
a { background-color: rgb(179,124,47); }
div.DivClassName
{
background-color: #B37C2F;
}
.BgClassName
{
background-color: #B37C2F;
}
</style>
border-color css
<style>
span { border-color: #B37C2F; }
span { border-color: rgb(179,124,47); }
td.TdClassName
{
border-color: #B37C2F;
}
.TagClassName
{
border-color: #B37C2F;
}
</style>