Shades of Mandalay #B3842D
Tints of Mandalay #B3842D
RGB
CMYK
RGB Variations
Color information
#B3842D (or 0xB3842D) is known color: Mandalay. HEX triplet: B3, 84 and 2D. RGB value is (179,132,45). Sum of RGB (Red+Green+Blue) = 179+132+45=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3842D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3842D is #4C7BD2. Grayscale: #888888. Windows color (decimal): -5012435 or 2983091. OLE color: 2983091.
HSL color Cylindrical-coordinate representation of color #B3842D: hue angle of 38.96º 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 #B3842D is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 45 | - |
| CMYK | 0 | 0.26 | 0.75 | 0.30 |
| HSL | 38.96º | 0.6% | 0.44% | - |
| HSV(B) | 38.96º | 0.75% | 0.7% | - |
| XYZ | 27.32 | 26.28 | 6.11 | - |
| YUV | 136.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 45 | 0 | 0.26 | 0.75 | 0.30 | 38.96 | 0.6 | 0.44 |
| Hex | B3 | 84 | 2D | 0 | 1A | 4B | 1E | 27 | 3C | 2C |
| Octal | 263 | 204 | 55 | 0 | 32 | 113 | 36 | 47 | 74 | 54 |
| Binary | 10110011 | 10000100 | 101101 | 0 | 11010 | 1001011 | 11110 | 100111 | 111100 | 101100 |
Color Harmonies of #B3842D
Complementary color
Monochromatic Colors of #B3842D
Black with #B3842D
Text Example
Text Example
White with #B3842D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3842D; }
p { color: rgb(179,132,45); }
H1.HeaderClassName
{
color: #B3842D;
}
.AnyTagClassName
{
color: #B3842D;
}
</style>
background-color css
<style>
a { background-color: #B3842D; }
a { background-color: rgb(179,132,45); }
div.DivClassName
{
background-color: #B3842D;
}
.BgClassName
{
background-color: #B3842D;
}
</style>
border-color css
<style>
span { border-color: #B3842D; }
span { border-color: rgb(179,132,45); }
td.TdClassName
{
border-color: #B3842D;
}
.TagClassName
{
border-color: #B3842D;
}
</style>