Shades of Mandalay #B7802F
Tints of Mandalay #B7802F
RGB
CMYK
RGB Variations
Color information
#B7802F (or 0xB7802F) is known color: Mandalay. HEX triplet: B7, 80 and 2F. RGB value is (183,128,47). Sum of RGB (Red+Green+Blue) = 183+128+47=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 47 (18.75% from 255 or 13.13% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B7802F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7802F is #487FD0. Grayscale: #878787. Windows color (decimal): -4751313 or 3113143. OLE color: 3113143.
HSL color Cylindrical-coordinate representation of color #B7802F: hue angle of 35.74º 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 #B7802F is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 47 | - |
| CMYK | 0 | 0.30 | 0.74 | 0.28 |
| HSL | 35.74º | 0.59% | 0.45% | - |
| HSV(B) | 35.74º | 0.74% | 0.72% | - |
| XYZ | 27.76 | 25.71 | 6.19 | - |
| YUV | 135.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 47 | 0 | 0.30 | 0.74 | 0.28 | 35.74 | 0.59 | 0.45 |
| Hex | B7 | 80 | 2F | 0 | 1E | 4A | 1C | 24 | 3B | 2D |
| Octal | 267 | 200 | 57 | 0 | 36 | 112 | 34 | 44 | 73 | 55 |
| Binary | 10110111 | 10000000 | 101111 | 0 | 11110 | 1001010 | 11100 | 100100 | 111011 | 101101 |
Color Harmonies of #B7802F
Complementary color
Monochromatic Colors of #B7802F
Black with #B7802F
Text Example
Text Example
White with #B7802F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7802F; }
p { color: rgb(183,128,47); }
H1.HeaderClassName
{
color: #B7802F;
}
.AnyTagClassName
{
color: #B7802F;
}
</style>
background-color css
<style>
a { background-color: #B7802F; }
a { background-color: rgb(183,128,47); }
div.DivClassName
{
background-color: #B7802F;
}
.BgClassName
{
background-color: #B7802F;
}
</style>
border-color css
<style>
span { border-color: #B7802F; }
span { border-color: rgb(183,128,47); }
td.TdClassName
{
border-color: #B7802F;
}
.TagClassName
{
border-color: #B7802F;
}
</style>