Shades of Mandalay #B2802D
Tints of Mandalay #B2802D
RGB
CMYK
RGB Variations
Color information
#B2802D (or 0xB2802D) is known color: Mandalay. HEX triplet: B2, 80 and 2D. RGB value is (178,128,45). Sum of RGB (Red+Green+Blue) = 178+128+45=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2802D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2802D is #4D7FD2. Grayscale: #858585. Windows color (decimal): -5078995 or 2982066. OLE color: 2982066.
HSL color Cylindrical-coordinate representation of color #B2802D: hue angle of 37.44º 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 #B2802D is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 45 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.30 |
| HSL | 37.44º | 0.6% | 0.44% | - |
| HSV(B) | 37.44º | 0.75% | 0.7% | - |
| XYZ | 26.55 | 25.09 | 5.93 | - |
| YUV | 133.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 45 | 0 | 0.28 | 0.75 | 0.30 | 37.44 | 0.6 | 0.44 |
| Hex | B2 | 80 | 2D | 0 | 1C | 4B | 1E | 25 | 3C | 2C |
| Octal | 262 | 200 | 55 | 0 | 34 | 113 | 36 | 45 | 74 | 54 |
| Binary | 10110010 | 10000000 | 101101 | 0 | 11100 | 1001011 | 11110 | 100101 | 111100 | 101100 |
Color Harmonies of #B2802D
Complementary color
Monochromatic Colors of #B2802D
Black with #B2802D
Text Example
Text Example
White with #B2802D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2802D; }
p { color: rgb(178,128,45); }
H1.HeaderClassName
{
color: #B2802D;
}
.AnyTagClassName
{
color: #B2802D;
}
</style>
background-color css
<style>
a { background-color: #B2802D; }
a { background-color: rgb(178,128,45); }
div.DivClassName
{
background-color: #B2802D;
}
.BgClassName
{
background-color: #B2802D;
}
</style>
border-color css
<style>
span { border-color: #B2802D; }
span { border-color: rgb(178,128,45); }
td.TdClassName
{
border-color: #B2802D;
}
.TagClassName
{
border-color: #B2802D;
}
</style>