Shades of Mandalay #B2802C
Tints of Mandalay #B2802C
RGB
CMYK
RGB Variations
Color information
#B2802C (or 0xB2802C) is known color: Mandalay. HEX triplet: B2, 80 and 2C. RGB value is (178,128,44). Sum of RGB (Red+Green+Blue) = 178+128+44=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B2802C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2802C is #4D7FD3. Grayscale: #858585. Windows color (decimal): -5078996 or 2916530. OLE color: 2916530.
HSL color Cylindrical-coordinate representation of color #B2802C: hue angle of 37.61º 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 #B2802C is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 44 | - |
| CMYK | 0 | 0.28 | 0.75 | 0.30 |
| HSL | 37.61º | 0.6% | 0.44% | - |
| HSV(B) | 37.61º | 0.75% | 0.7% | - |
| XYZ | 26.53 | 25.09 | 5.83 | - |
| YUV | 133.37 | 77.57 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 44 | 0 | 0.28 | 0.75 | 0.30 | 37.61 | 0.6 | 0.44 |
| Hex | B2 | 80 | 2C | 0 | 1C | 4B | 1E | 26 | 3C | 2C |
| Octal | 262 | 200 | 54 | 0 | 34 | 113 | 36 | 46 | 74 | 54 |
| Binary | 10110010 | 10000000 | 101100 | 0 | 11100 | 1001011 | 11110 | 100110 | 111100 | 101100 |
Color Harmonies of #B2802C
Complementary color
Monochromatic Colors of #B2802C
Black with #B2802C
Text Example
Text Example
White with #B2802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2802C; }
p { color: rgb(178,128,44); }
H1.HeaderClassName
{
color: #B2802C;
}
.AnyTagClassName
{
color: #B2802C;
}
</style>
background-color css
<style>
a { background-color: #B2802C; }
a { background-color: rgb(178,128,44); }
div.DivClassName
{
background-color: #B2802C;
}
.BgClassName
{
background-color: #B2802C;
}
</style>
border-color css
<style>
span { border-color: #B2802C; }
span { border-color: rgb(178,128,44); }
td.TdClassName
{
border-color: #B2802C;
}
.TagClassName
{
border-color: #B2802C;
}
</style>