Shades of Mandalay #B37C2E
Tints of Mandalay #B37C2E
RGB
CMYK
RGB Variations
Color information
#B37C2E (or 0xB37C2E) is known color: Mandalay. HEX triplet: B3, 7C and 2E. RGB value is (179,124,46). Sum of RGB (Red+Green+Blue) = 179+124+46=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C2E is #4C83D1. Grayscale: #838383. Windows color (decimal): -5014482 or 3046579. OLE color: 3046579.
HSL color Cylindrical-coordinate representation of color #B37C2E: hue angle of 35.19º degrees, saturation: 0.59, 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 #B37C2E is Cyan = 0, Magento = 0.31, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 46 | - |
| CMYK | 0 | 0.31 | 0.74 | 0.30 |
| HSL | 35.19º | 0.59% | 0.44% | - |
| HSV(B) | 35.19º | 0.74% | 0.7% | - |
| XYZ | 26.29 | 24.2 | 5.87 | - |
| YUV | 131.55 | 79.72 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 46 | 0 | 0.31 | 0.74 | 0.30 | 35.19 | 0.59 | 0.44 |
| Hex | B3 | 7C | 2E | 0 | 1F | 4A | 1E | 23 | 3B | 2C |
| Octal | 263 | 174 | 56 | 0 | 37 | 112 | 36 | 43 | 73 | 54 |
| Binary | 10110011 | 1111100 | 101110 | 0 | 11111 | 1001010 | 11110 | 100011 | 111011 | 101100 |
Color Harmonies of #B37C2E
Complementary color
Monochromatic Colors of #B37C2E
Black with #B37C2E
Text Example
Text Example
White with #B37C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C2E; }
p { color: rgb(179,124,46); }
H1.HeaderClassName
{
color: #B37C2E;
}
.AnyTagClassName
{
color: #B37C2E;
}
</style>
background-color css
<style>
a { background-color: #B37C2E; }
a { background-color: rgb(179,124,46); }
div.DivClassName
{
background-color: #B37C2E;
}
.BgClassName
{
background-color: #B37C2E;
}
</style>
border-color css
<style>
span { border-color: #B37C2E; }
span { border-color: rgb(179,124,46); }
td.TdClassName
{
border-color: #B37C2E;
}
.TagClassName
{
border-color: #B37C2E;
}
</style>