Shades of Mandalay #B8802F
Tints of Mandalay #B8802F
RGB
CMYK
RGB Variations
Color information
#B8802F (or 0xB8802F) is known color: Mandalay. HEX triplet: B8, 80 and 2F. RGB value is (184,128,47). Sum of RGB (Red+Green+Blue) = 184+128+47=359 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.25% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 47 (18.75% from 255 or 13.09% from 359); Max value from RGB is 184 - color contains mainly: red. Hex color #B8802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8802F is #477FD0. Grayscale: #878787. Windows color (decimal): -4685777 or 3113144. OLE color: 3113144.
HSL color Cylindrical-coordinate representation of color #B8802F: hue angle of 35.47º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8802F is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 47 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.28 |
| HSL | 35.47º | 0.59% | 0.45% | - |
| HSV(B) | 35.47º | 0.74% | 0.72% | - |
| XYZ | 28 | 25.83 | 6.2 | - |
| YUV | 135.51 | 78.05 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 47 | 0 | 0.30 | 0.74 | 0.28 | 35.47 | 0.59 | 0.45 |
| Hex | B8 | 80 | 2F | 0 | 1E | 4A | 1C | 23 | 3B | 2D |
| Octal | 270 | 200 | 57 | 0 | 36 | 112 | 34 | 43 | 73 | 55 |
| Binary | 10111000 | 10000000 | 101111 | 0 | 11110 | 1001010 | 11100 | 100011 | 111011 | 101101 |
Color Harmonies of #B8802F
Complementary color
Monochromatic Colors of #B8802F
Black with #B8802F
Text Example
Text Example
White with #B8802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8802F; }
p { color: rgb(184,128,47); }
H1.HeaderClassName
{
color: #B8802F;
}
.AnyTagClassName
{
color: #B8802F;
}
</style>
background-color css
<style>
a { background-color: #B8802F; }
a { background-color: rgb(184,128,47); }
div.DivClassName
{
background-color: #B8802F;
}
.BgClassName
{
background-color: #B8802F;
}
</style>
border-color css
<style>
span { border-color: #B8802F; }
span { border-color: rgb(184,128,47); }
td.TdClassName
{
border-color: #B8802F;
}
.TagClassName
{
border-color: #B8802F;
}
</style>