Shades of Mandalay #B3742D
Tints of Mandalay #B3742D
RGB
CMYK
RGB Variations
Color information
#B3742D (or 0xB3742D) is known color: Mandalay. HEX triplet: B3, 74 and 2D. RGB value is (179,116,45). Sum of RGB (Red+Green+Blue) = 179+116+45=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 45 (17.97% from 255 or 13.24% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3742D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3742D is #4C8BD2. Grayscale: #7F7F7F. Windows color (decimal): -5016531 or 2978995. OLE color: 2978995.
HSL color Cylindrical-coordinate representation of color #B3742D: hue angle of 31.79º 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 #B3742D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 116 | 45 | - |
| CMYK | 0 | 0.35 | 0.75 | 0.30 |
| HSL | 31.79º | 0.6% | 0.44% | - |
| HSV(B) | 31.79º | 0.75% | 0.7% | - |
| XYZ | 25.31 | 22.26 | 5.45 | - |
| YUV | 126.74 | 81.87 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 116 | 45 | 0 | 0.35 | 0.75 | 0.30 | 31.79 | 0.6 | 0.44 |
| Hex | B3 | 74 | 2D | 0 | 23 | 4B | 1E | 20 | 3C | 2C |
| Octal | 263 | 164 | 55 | 0 | 43 | 113 | 36 | 40 | 74 | 54 |
| Binary | 10110011 | 1110100 | 101101 | 0 | 100011 | 1001011 | 11110 | 100000 | 111100 | 101100 |
Color Harmonies of #B3742D
Complementary color
Monochromatic Colors of #B3742D
Black with #B3742D
Text Example
Text Example
White with #B3742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3742D; }
p { color: rgb(179,116,45); }
H1.HeaderClassName
{
color: #B3742D;
}
.AnyTagClassName
{
color: #B3742D;
}
</style>
background-color css
<style>
a { background-color: #B3742D; }
a { background-color: rgb(179,116,45); }
div.DivClassName
{
background-color: #B3742D;
}
.BgClassName
{
background-color: #B3742D;
}
</style>
border-color css
<style>
span { border-color: #B3742D; }
span { border-color: rgb(179,116,45); }
td.TdClassName
{
border-color: #B3742D;
}
.TagClassName
{
border-color: #B3742D;
}
</style>