Shades of Mandalay #B37C29
Tints of Mandalay #B37C29
RGB
CMYK
RGB Variations
Color information
#B37C29 (or 0xB37C29) is known color: Mandalay. HEX triplet: B3, 7C and 29. RGB value is (179,124,41). Sum of RGB (Red+Green+Blue) = 179+124+41=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 41 (16.41% from 255 or 11.92% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B37C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37C29 is #4C83D6. Grayscale: #838383. Windows color (decimal): -5014487 or 2718899. OLE color: 2718899.
HSL color Cylindrical-coordinate representation of color #B37C29: hue angle of 36.09º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B37C29 is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 124 | 41 | - |
| CMYK | 0 | 0.31 | 0.77 | 0.30 |
| HSL | 36.09º | 0.63% | 0.43% | - |
| HSV(B) | 36.09º | 0.77% | 0.7% | - |
| XYZ | 26.2 | 24.16 | 5.38 | - |
| YUV | 130.98 | 77.22 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 124 | 41 | 0 | 0.31 | 0.77 | 0.30 | 36.09 | 0.63 | 0.43 |
| Hex | B3 | 7C | 29 | 0 | 1F | 4D | 1E | 24 | 3F | 2B |
| Octal | 263 | 174 | 51 | 0 | 37 | 115 | 36 | 44 | 77 | 53 |
| Binary | 10110011 | 1111100 | 101001 | 0 | 11111 | 1001101 | 11110 | 100100 | 111111 | 101011 |
Color Harmonies of #B37C29
Complementary color
Monochromatic Colors of #B37C29
Black with #B37C29
Text Example
Text Example
White with #B37C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37C29; }
p { color: rgb(179,124,41); }
H1.HeaderClassName
{
color: #B37C29;
}
.AnyTagClassName
{
color: #B37C29;
}
</style>
background-color css
<style>
a { background-color: #B37C29; }
a { background-color: rgb(179,124,41); }
div.DivClassName
{
background-color: #B37C29;
}
.BgClassName
{
background-color: #B37C29;
}
</style>
border-color css
<style>
span { border-color: #B37C29; }
span { border-color: rgb(179,124,41); }
td.TdClassName
{
border-color: #B37C29;
}
.TagClassName
{
border-color: #B37C29;
}
</style>