Shades of Mandalay #B37632
Tints of Mandalay #B37632
RGB
CMYK
RGB Variations
Color information
#B37632 (or 0xB37632) is known color: Mandalay. HEX triplet: B3, 76 and 32. RGB value is (179,118,50). Sum of RGB (Red+Green+Blue) = 179+118+50=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B37632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B37632 is #4C89CD. Grayscale: #808080. Windows color (decimal): -5016014 or 3307187. OLE color: 3307187.
HSL color Cylindrical-coordinate representation of color #B37632: hue angle of 31.63º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B37632 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 118 | 50 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.30 |
| HSL | 31.63º | 0.56% | 0.45% | - |
| HSV(B) | 31.63º | 0.72% | 0.7% | - |
| XYZ | 25.64 | 22.77 | 6.06 | - |
| YUV | 128.49 | 83.71 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 118 | 50 | 0 | 0.34 | 0.72 | 0.30 | 31.63 | 0.56 | 0.45 |
| Hex | B3 | 76 | 32 | 0 | 22 | 48 | 1E | 20 | 38 | 2D |
| Octal | 263 | 166 | 62 | 0 | 42 | 110 | 36 | 40 | 70 | 55 |
| Binary | 10110011 | 1110110 | 110010 | 0 | 100010 | 1001000 | 11110 | 100000 | 111000 | 101101 |
Color Harmonies of #B37632
Complementary color
Monochromatic Colors of #B37632
Black with #B37632
Text Example
Text Example
White with #B37632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37632; }
p { color: rgb(179,118,50); }
H1.HeaderClassName
{
color: #B37632;
}
.AnyTagClassName
{
color: #B37632;
}
</style>
background-color css
<style>
a { background-color: #B37632; }
a { background-color: rgb(179,118,50); }
div.DivClassName
{
background-color: #B37632;
}
.BgClassName
{
background-color: #B37632;
}
</style>
border-color css
<style>
span { border-color: #B37632; }
span { border-color: rgb(179,118,50); }
td.TdClassName
{
border-color: #B37632;
}
.TagClassName
{
border-color: #B37632;
}
</style>