Shades of Mandalay #B37F34
Tints of Mandalay #B37F34
RGB
CMYK
RGB Variations
Color information
#B37F34 (or 0xB37F34) is known color: Mandalay. HEX triplet: B3, 7F and 34. RGB value is (179,127,52). Sum of RGB (Red+Green+Blue) = 179+127+52=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B37F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37F34 is #4C80CB. Grayscale: #868686. Windows color (decimal): -5013708 or 3440563. OLE color: 3440563.
HSL color Cylindrical-coordinate representation of color #B37F34: hue angle of 35.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B37F34 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 127 | 52 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.30 |
| HSL | 35.43º | 0.55% | 0.45% | - |
| HSV(B) | 35.43º | 0.71% | 0.7% | - |
| XYZ | 26.8 | 25.01 | 6.66 | - |
| YUV | 134 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 127 | 52 | 0 | 0.29 | 0.71 | 0.30 | 35.43 | 0.55 | 0.45 |
| Hex | B3 | 7F | 34 | 0 | 1D | 47 | 1E | 23 | 37 | 2D |
| Octal | 263 | 177 | 64 | 0 | 35 | 107 | 36 | 43 | 67 | 55 |
| Binary | 10110011 | 1111111 | 110100 | 0 | 11101 | 1000111 | 11110 | 100011 | 110111 | 101101 |
Color Harmonies of #B37F34
Complementary color
Monochromatic Colors of #B37F34
Black with #B37F34
Text Example
Text Example
White with #B37F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37F34; }
p { color: rgb(179,127,52); }
H1.HeaderClassName
{
color: #B37F34;
}
.AnyTagClassName
{
color: #B37F34;
}
</style>
background-color css
<style>
a { background-color: #B37F34; }
a { background-color: rgb(179,127,52); }
div.DivClassName
{
background-color: #B37F34;
}
.BgClassName
{
background-color: #B37F34;
}
</style>
border-color css
<style>
span { border-color: #B37F34; }
span { border-color: rgb(179,127,52); }
td.TdClassName
{
border-color: #B37F34;
}
.TagClassName
{
border-color: #B37F34;
}
</style>