Shades of Mandalay #B2802F
Tints of Mandalay #B2802F
RGB
CMYK
RGB Variations
Color information
#B2802F (or 0xB2802F) is known color: Mandalay. HEX triplet: B2, 80 and 2F. RGB value is (178,128,47). Sum of RGB (Red+Green+Blue) = 178+128+47=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2802F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B2802F is #4D7FD0. Grayscale: #868686. Windows color (decimal): -5078993 or 3113138. OLE color: 3113138.
HSL color Cylindrical-coordinate representation of color #B2802F: hue angle of 37.1º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2802F is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 47 | - |
| CMYK | 0 | 0.28 | 0.74 | 0.30 |
| HSL | 37.1º | 0.58% | 0.44% | - |
| HSV(B) | 37.1º | 0.74% | 0.7% | - |
| XYZ | 26.59 | 25.11 | 6.13 | - |
| YUV | 133.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 47 | 0 | 0.28 | 0.74 | 0.30 | 37.1 | 0.58 | 0.44 |
| Hex | B2 | 80 | 2F | 0 | 1C | 4A | 1E | 25 | 3A | 2C |
| Octal | 262 | 200 | 57 | 0 | 34 | 112 | 36 | 45 | 72 | 54 |
| Binary | 10110010 | 10000000 | 101111 | 0 | 11100 | 1001010 | 11110 | 100101 | 111010 | 101100 |
Color Harmonies of #B2802F
Complementary color
Monochromatic Colors of #B2802F
Black with #B2802F
Text Example
Text Example
White with #B2802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2802F; }
p { color: rgb(178,128,47); }
H1.HeaderClassName
{
color: #B2802F;
}
.AnyTagClassName
{
color: #B2802F;
}
</style>
background-color css
<style>
a { background-color: #B2802F; }
a { background-color: rgb(178,128,47); }
div.DivClassName
{
background-color: #B2802F;
}
.BgClassName
{
background-color: #B2802F;
}
</style>
border-color css
<style>
span { border-color: #B2802F; }
span { border-color: rgb(178,128,47); }
td.TdClassName
{
border-color: #B2802F;
}
.TagClassName
{
border-color: #B2802F;
}
</style>