Shades of Mandalay #B7802C
Tints of Mandalay #B7802C
RGB
CMYK
RGB Variations
Color information
#B7802C (or 0xB7802C) is known color: Mandalay. HEX triplet: B7, 80 and 2C. RGB value is (183,128,44). Sum of RGB (Red+Green+Blue) = 183+128+44=355 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.55% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 183 - color contains mainly: red. Hex color #B7802C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7802C is #487FD3. Grayscale: #878787. Windows color (decimal): -4751316 or 2916535. OLE color: 2916535.
HSL color Cylindrical-coordinate representation of color #B7802C: hue angle of 36.26º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7802C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 44 | - |
| CMYK | 0 | 0.30 | 0.76 | 0.28 |
| HSL | 36.26º | 0.61% | 0.45% | - |
| HSV(B) | 36.26º | 0.76% | 0.72% | - |
| XYZ | 27.7 | 25.69 | 5.88 | - |
| YUV | 134.87 | 76.72 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 44 | 0 | 0.30 | 0.76 | 0.28 | 36.26 | 0.61 | 0.45 |
| Hex | B7 | 80 | 2C | 0 | 1E | 4C | 1C | 24 | 3D | 2D |
| Octal | 267 | 200 | 54 | 0 | 36 | 114 | 34 | 44 | 75 | 55 |
| Binary | 10110111 | 10000000 | 101100 | 0 | 11110 | 1001100 | 11100 | 100100 | 111101 | 101101 |
Color Harmonies of #B7802C
Complementary color
Monochromatic Colors of #B7802C
Black with #B7802C
Text Example
Text Example
White with #B7802C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7802C; }
p { color: rgb(183,128,44); }
H1.HeaderClassName
{
color: #B7802C;
}
.AnyTagClassName
{
color: #B7802C;
}
</style>
background-color css
<style>
a { background-color: #B7802C; }
a { background-color: rgb(183,128,44); }
div.DivClassName
{
background-color: #B7802C;
}
.BgClassName
{
background-color: #B7802C;
}
</style>
border-color css
<style>
span { border-color: #B7802C; }
span { border-color: rgb(183,128,44); }
td.TdClassName
{
border-color: #B7802C;
}
.TagClassName
{
border-color: #B7802C;
}
</style>