Shades of Mandalay #B2742D
Tints of Mandalay #B2742D
RGB
CMYK
RGB Variations
Color information
#B2742D (or 0xB2742D) is known color: Mandalay. HEX triplet: B2, 74 and 2D. RGB value is (178,116,45). Sum of RGB (Red+Green+Blue) = 178+116+45=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2742D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2742D is #4D8BD2. Grayscale: #7E7E7E. Windows color (decimal): -5082067 or 2978994. OLE color: 2978994.
HSL color Cylindrical-coordinate representation of color #B2742D: hue angle of 32.03º 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 #B2742D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 116 | 45 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.30 |
| HSL | 32.03º | 0.6% | 0.44% | - |
| HSV(B) | 32.03º | 0.75% | 0.7% | - |
| XYZ | 25.08 | 22.15 | 5.44 | - |
| YUV | 126.44 | 82.04 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 116 | 45 | 0 | 0.35 | 0.75 | 0.30 | 32.03 | 0.6 | 0.44 |
| Hex | B2 | 74 | 2D | 0 | 23 | 4B | 1E | 20 | 3C | 2C |
| Octal | 262 | 164 | 55 | 0 | 43 | 113 | 36 | 40 | 74 | 54 |
| Binary | 10110010 | 1110100 | 101101 | 0 | 100011 | 1001011 | 11110 | 100000 | 111100 | 101100 |
Color Harmonies of #B2742D
Complementary color
Monochromatic Colors of #B2742D
Black with #B2742D
Text Example
Text Example
White with #B2742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2742D; }
p { color: rgb(178,116,45); }
H1.HeaderClassName
{
color: #B2742D;
}
.AnyTagClassName
{
color: #B2742D;
}
</style>
background-color css
<style>
a { background-color: #B2742D; }
a { background-color: rgb(178,116,45); }
div.DivClassName
{
background-color: #B2742D;
}
.BgClassName
{
background-color: #B2742D;
}
</style>
border-color css
<style>
span { border-color: #B2742D; }
span { border-color: rgb(178,116,45); }
td.TdClassName
{
border-color: #B2742D;
}
.TagClassName
{
border-color: #B2742D;
}
</style>