Shades of Mandalay #B3802D
Tints of Mandalay #B3802D
RGB
CMYK
RGB Variations
Color information
#B3802D (or 0xB3802D) is known color: Mandalay. HEX triplet: B3, 80 and 2D. RGB value is (179,128,45). Sum of RGB (Red+Green+Blue) = 179+128+45=352 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.85% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 45 (17.97% from 255 or 12.78% from 352); Max value from RGB is 179 - color contains mainly: red. Hex color #B3802D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3802D is #4C7FD2. Grayscale: #868686. Windows color (decimal): -5013459 or 2982067. OLE color: 2982067.
HSL color Cylindrical-coordinate representation of color #B3802D: hue angle of 37.16º 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 #B3802D is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 45 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.30 |
| HSL | 37.16º | 0.6% | 0.44% | - |
| HSV(B) | 37.16º | 0.75% | 0.7% | - |
| XYZ | 26.78 | 25.21 | 5.94 | - |
| YUV | 133.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 45 | 0 | 0.28 | 0.75 | 0.30 | 37.16 | 0.6 | 0.44 |
| Hex | B3 | 80 | 2D | 0 | 1C | 4B | 1E | 25 | 3C | 2C |
| Octal | 263 | 200 | 55 | 0 | 34 | 113 | 36 | 45 | 74 | 54 |
| Binary | 10110011 | 10000000 | 101101 | 0 | 11100 | 1001011 | 11110 | 100101 | 111100 | 101100 |
Color Harmonies of #B3802D
Complementary color
Monochromatic Colors of #B3802D
Black with #B3802D
Text Example
Text Example
White with #B3802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3802D; }
p { color: rgb(179,128,45); }
H1.HeaderClassName
{
color: #B3802D;
}
.AnyTagClassName
{
color: #B3802D;
}
</style>
background-color css
<style>
a { background-color: #B3802D; }
a { background-color: rgb(179,128,45); }
div.DivClassName
{
background-color: #B3802D;
}
.BgClassName
{
background-color: #B3802D;
}
</style>
border-color css
<style>
span { border-color: #B3802D; }
span { border-color: rgb(179,128,45); }
td.TdClassName
{
border-color: #B3802D;
}
.TagClassName
{
border-color: #B3802D;
}
</style>