Shades of Mandalay #B4802A
Tints of Mandalay #B4802A
RGB
CMYK
RGB Variations
Color information
#B4802A (or 0xB4802A) is known color: Mandalay. HEX triplet: B4, 80 and 2A. RGB value is (180,128,42). Sum of RGB (Red+Green+Blue) = 180+128+42=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 42 (16.80% from 255 or 12% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B4802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4802A is #4B7FD5. Grayscale: #868686. Windows color (decimal): -4947926 or 2785460. OLE color: 2785460.
HSL color Cylindrical-coordinate representation of color #B4802A: hue angle of 37.39º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4802A is Cyan = 0, Magento = 0.29, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 42 | - |
| CMYK | 0 | 0.29 | 0.77 | 0.29 |
| HSL | 37.39º | 0.62% | 0.44% | - |
| HSV(B) | 37.39º | 0.77% | 0.71% | - |
| XYZ | 26.96 | 25.31 | 5.65 | - |
| YUV | 133.74 | 76.23 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 42 | 0 | 0.29 | 0.77 | 0.29 | 37.39 | 0.62 | 0.44 |
| Hex | B4 | 80 | 2A | 0 | 1D | 4D | 1D | 25 | 3E | 2C |
| Octal | 264 | 200 | 52 | 0 | 35 | 115 | 35 | 45 | 76 | 54 |
| Binary | 10110100 | 10000000 | 101010 | 0 | 11101 | 1001101 | 11101 | 100101 | 111110 | 101100 |
Color Harmonies of #B4802A
Complementary color
Monochromatic Colors of #B4802A
Black with #B4802A
Text Example
Text Example
White with #B4802A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4802A; }
p { color: rgb(180,128,42); }
H1.HeaderClassName
{
color: #B4802A;
}
.AnyTagClassName
{
color: #B4802A;
}
</style>
background-color css
<style>
a { background-color: #B4802A; }
a { background-color: rgb(180,128,42); }
div.DivClassName
{
background-color: #B4802A;
}
.BgClassName
{
background-color: #B4802A;
}
</style>
border-color css
<style>
span { border-color: #B4802A; }
span { border-color: rgb(180,128,42); }
td.TdClassName
{
border-color: #B4802A;
}
.TagClassName
{
border-color: #B4802A;
}
</style>