Shades of Mandalay #B77D27
Tints of Mandalay #B77D27
RGB
CMYK
RGB Variations
Color information
#B77D27 (or 0xB77D27) is known color: Mandalay. HEX triplet: B7, 7D and 27. RGB value is (183,125,39). Sum of RGB (Red+Green+Blue) = 183+125+39=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D27 is #4882D8. Grayscale: #848484. Windows color (decimal): -4752089 or 2588087. OLE color: 2588087.
HSL color Cylindrical-coordinate representation of color #B77D27: hue angle of 35.83º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B77D27 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 39 | - |
| CMYK | 0 | 0.32 | 0.79 | 0.28 |
| HSL | 35.83º | 0.65% | 0.44% | - |
| HSV(B) | 35.83º | 0.79% | 0.72% | - |
| XYZ | 27.23 | 24.88 | 5.29 | - |
| YUV | 132.54 | 75.22 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 39 | 0 | 0.32 | 0.79 | 0.28 | 35.83 | 0.65 | 0.44 |
| Hex | B7 | 7D | 27 | 0 | 20 | 4F | 1C | 24 | 41 | 2C |
| Octal | 267 | 175 | 47 | 0 | 40 | 117 | 34 | 44 | 101 | 54 |
| Binary | 10110111 | 1111101 | 100111 | 0 | 100000 | 1001111 | 11100 | 100100 | 1000001 | 101100 |
Color Harmonies of #B77D27
Complementary color
Monochromatic Colors of #B77D27
Black with #B77D27
Text Example
Text Example
White with #B77D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D27; }
p { color: rgb(183,125,39); }
H1.HeaderClassName
{
color: #B77D27;
}
.AnyTagClassName
{
color: #B77D27;
}
</style>
background-color css
<style>
a { background-color: #B77D27; }
a { background-color: rgb(183,125,39); }
div.DivClassName
{
background-color: #B77D27;
}
.BgClassName
{
background-color: #B77D27;
}
</style>
border-color css
<style>
span { border-color: #B77D27; }
span { border-color: rgb(183,125,39); }
td.TdClassName
{
border-color: #B77D27;
}
.TagClassName
{
border-color: #B77D27;
}
</style>