Shades of Mandalay #B77F2C
Tints of Mandalay #B77F2C
RGB
CMYK
RGB Variations
Color information
#B77F2C (or 0xB77F2C) is known color: Mandalay. HEX triplet: B7, 7F and 2C. RGB value is (183,127,44). Sum of RGB (Red+Green+Blue) = 183+127+44=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F2C is #4880D3. Grayscale: #868686. Windows color (decimal): -4751572 or 2916279. OLE color: 2916279.
HSL color Cylindrical-coordinate representation of color #B77F2C: hue angle of 35.83º 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 #B77F2C is Cyan = 0, Magento = 0.31, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 44 | - |
| CMYK | 0 | 0.31 | 0.76 | 0.28 |
| HSL | 35.83º | 0.61% | 0.45% | - |
| HSV(B) | 35.83º | 0.76% | 0.72% | - |
| XYZ | 27.57 | 25.43 | 5.84 | - |
| YUV | 134.28 | 77.05 | 162.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 44 | 0 | 0.31 | 0.76 | 0.28 | 35.83 | 0.61 | 0.45 |
| Hex | B7 | 7F | 2C | 0 | 1F | 4C | 1C | 24 | 3D | 2D |
| Octal | 267 | 177 | 54 | 0 | 37 | 114 | 34 | 44 | 75 | 55 |
| Binary | 10110111 | 1111111 | 101100 | 0 | 11111 | 1001100 | 11100 | 100100 | 111101 | 101101 |
Color Harmonies of #B77F2C
Complementary color
Monochromatic Colors of #B77F2C
Black with #B77F2C
Text Example
Text Example
White with #B77F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F2C; }
p { color: rgb(183,127,44); }
H1.HeaderClassName
{
color: #B77F2C;
}
.AnyTagClassName
{
color: #B77F2C;
}
</style>
background-color css
<style>
a { background-color: #B77F2C; }
a { background-color: rgb(183,127,44); }
div.DivClassName
{
background-color: #B77F2C;
}
.BgClassName
{
background-color: #B77F2C;
}
</style>
border-color css
<style>
span { border-color: #B77F2C; }
span { border-color: rgb(183,127,44); }
td.TdClassName
{
border-color: #B77F2C;
}
.TagClassName
{
border-color: #B77F2C;
}
</style>