Shades of Mandalay #B77D39
Tints of Mandalay #B77D39
RGB
CMYK
RGB Variations
Color information
#B77D39 (or 0xB77D39) is known color: Mandalay. HEX triplet: B7, 7D and 39. RGB value is (183,125,57). Sum of RGB (Red+Green+Blue) = 183+125+57=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 57 (22.66% from 255 or 15.62% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D39 is #4882C6. Grayscale: #868686. Windows color (decimal): -4752071 or 3767735. OLE color: 3767735.
HSL color Cylindrical-coordinate representation of color #B77D39: hue angle of 32.38º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B77D39 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 57 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.28 |
| HSL | 32.38º | 0.53% | 0.47% | - |
| HSV(B) | 32.38º | 0.69% | 0.72% | - |
| XYZ | 27.6 | 25.03 | 7.25 | - |
| YUV | 134.59 | 84.22 | 162.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 57 | 0 | 0.32 | 0.69 | 0.28 | 32.38 | 0.53 | 0.47 |
| Hex | B7 | 7D | 39 | 0 | 20 | 45 | 1C | 20 | 34 | 2F |
| Octal | 267 | 175 | 71 | 0 | 40 | 105 | 34 | 40 | 64 | 57 |
| Binary | 10110111 | 1111101 | 111001 | 0 | 100000 | 1000101 | 11100 | 100000 | 110100 | 101111 |
Color Harmonies of #B77D39
Complementary color
Monochromatic Colors of #B77D39
Black with #B77D39
Text Example
Text Example
White with #B77D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D39; }
p { color: rgb(183,125,57); }
H1.HeaderClassName
{
color: #B77D39;
}
.AnyTagClassName
{
color: #B77D39;
}
</style>
background-color css
<style>
a { background-color: #B77D39; }
a { background-color: rgb(183,125,57); }
div.DivClassName
{
background-color: #B77D39;
}
.BgClassName
{
background-color: #B77D39;
}
</style>
border-color css
<style>
span { border-color: #B77D39; }
span { border-color: rgb(183,125,57); }
td.TdClassName
{
border-color: #B77D39;
}
.TagClassName
{
border-color: #B77D39;
}
</style>