Shades of Mandalay #B7802B
Tints of Mandalay #B7802B
RGB
CMYK
RGB Variations
Color information
#B7802B (or 0xB7802B) is known color: Mandalay. HEX triplet: B7, 80 and 2B. RGB value is (183,128,43). Sum of RGB (Red+Green+Blue) = 183+128+43=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 43 (17.19% from 255 or 12.15% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B7802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7802B is #487FD4. Grayscale: #878787. Windows color (decimal): -4751317 or 2850999. OLE color: 2850999.
HSL color Cylindrical-coordinate representation of color #B7802B: hue angle of 36.43º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7802B is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 128 | 43 | - |
| CMYK | 0 | 0.30 | 0.77 | 0.28 |
| HSL | 36.43º | 0.62% | 0.44% | - |
| HSV(B) | 36.43º | 0.77% | 0.72% | - |
| XYZ | 27.68 | 25.68 | 5.78 | - |
| YUV | 134.76 | 76.22 | 162.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 43 | 0 | 0.30 | 0.77 | 0.28 | 36.43 | 0.62 | 0.44 |
| Hex | B7 | 80 | 2B | 0 | 1E | 4D | 1C | 24 | 3E | 2C |
| Octal | 267 | 200 | 53 | 0 | 36 | 115 | 34 | 44 | 76 | 54 |
| Binary | 10110111 | 10000000 | 101011 | 0 | 11110 | 1001101 | 11100 | 100100 | 111110 | 101100 |
Color Harmonies of #B7802B
Complementary color
Monochromatic Colors of #B7802B
Black with #B7802B
Text Example
Text Example
White with #B7802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7802B; }
p { color: rgb(183,128,43); }
H1.HeaderClassName
{
color: #B7802B;
}
.AnyTagClassName
{
color: #B7802B;
}
</style>
background-color css
<style>
a { background-color: #B7802B; }
a { background-color: rgb(183,128,43); }
div.DivClassName
{
background-color: #B7802B;
}
.BgClassName
{
background-color: #B7802B;
}
</style>
border-color css
<style>
span { border-color: #B7802B; }
span { border-color: rgb(183,128,43); }
td.TdClassName
{
border-color: #B7802B;
}
.TagClassName
{
border-color: #B7802B;
}
</style>