Shades of Mandalay #B3732D
Tints of Mandalay #B3732D
RGB
CMYK
RGB Variations
Color information
#B3732D (or 0xB3732D) is known color: Mandalay. HEX triplet: B3, 73 and 2D. RGB value is (179,115,45). Sum of RGB (Red+Green+Blue) = 179+115+45=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3732D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3732D is #4C8CD2. Grayscale: #7E7E7E. Windows color (decimal): -5016787 or 2978739. OLE color: 2978739.
HSL color Cylindrical-coordinate representation of color #B3732D: hue angle of 31.34º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B3732D is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 45 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.30 |
| HSL | 31.34º | 0.6% | 0.44% | - |
| HSV(B) | 31.34º | 0.75% | 0.7% | - |
| XYZ | 25.19 | 22.03 | 5.41 | - |
| YUV | 126.16 | 82.2 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 45 | 0 | 0.36 | 0.75 | 0.30 | 31.34 | 0.6 | 0.44 |
| Hex | B3 | 73 | 2D | 0 | 24 | 4B | 1E | 1F | 3C | 2C |
| Octal | 263 | 163 | 55 | 0 | 44 | 113 | 36 | 37 | 74 | 54 |
| Binary | 10110011 | 1110011 | 101101 | 0 | 100100 | 1001011 | 11110 | 11111 | 111100 | 101100 |
Color Harmonies of #B3732D
Complementary color
Monochromatic Colors of #B3732D
Black with #B3732D
Text Example
Text Example
White with #B3732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3732D; }
p { color: rgb(179,115,45); }
H1.HeaderClassName
{
color: #B3732D;
}
.AnyTagClassName
{
color: #B3732D;
}
</style>
background-color css
<style>
a { background-color: #B3732D; }
a { background-color: rgb(179,115,45); }
div.DivClassName
{
background-color: #B3732D;
}
.BgClassName
{
background-color: #B3732D;
}
</style>
border-color css
<style>
span { border-color: #B3732D; }
span { border-color: rgb(179,115,45); }
td.TdClassName
{
border-color: #B3732D;
}
.TagClassName
{
border-color: #B3732D;
}
</style>