Shades of Mandalay #B77F28
Tints of Mandalay #B77F28
RGB
CMYK
RGB Variations
Color information
#B77F28 (or 0xB77F28) is known color: Mandalay. HEX triplet: B7, 7F and 28. RGB value is (183,127,40). Sum of RGB (Red+Green+Blue) = 183+127+40=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B77F28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77F28 is #4880D7. Grayscale: #868686. Windows color (decimal): -4751576 or 2654135. OLE color: 2654135.
HSL color Cylindrical-coordinate representation of color #B77F28: hue angle of 36.5º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B77F28 is Cyan = 0, Magento = 0.31, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 127 | 40 | - |
| CMYK | 0 | 0.31 | 0.78 | 0.28 |
| HSL | 36.5º | 0.64% | 0.44% | - |
| HSV(B) | 36.5º | 0.78% | 0.72% | - |
| XYZ | 27.5 | 25.4 | 5.46 | - |
| YUV | 133.83 | 75.05 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 127 | 40 | 0 | 0.31 | 0.78 | 0.28 | 36.5 | 0.64 | 0.44 |
| Hex | B7 | 7F | 28 | 0 | 1F | 4E | 1C | 25 | 40 | 2C |
| Octal | 267 | 177 | 50 | 0 | 37 | 116 | 34 | 45 | 100 | 54 |
| Binary | 10110111 | 1111111 | 101000 | 0 | 11111 | 1001110 | 11100 | 100101 | 1000000 | 101100 |
Color Harmonies of #B77F28
Complementary color
Monochromatic Colors of #B77F28
Black with #B77F28
Text Example
Text Example
White with #B77F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77F28; }
p { color: rgb(183,127,40); }
H1.HeaderClassName
{
color: #B77F28;
}
.AnyTagClassName
{
color: #B77F28;
}
</style>
background-color css
<style>
a { background-color: #B77F28; }
a { background-color: rgb(183,127,40); }
div.DivClassName
{
background-color: #B77F28;
}
.BgClassName
{
background-color: #B77F28;
}
</style>
border-color css
<style>
span { border-color: #B77F28; }
span { border-color: rgb(183,127,40); }
td.TdClassName
{
border-color: #B77F28;
}
.TagClassName
{
border-color: #B77F28;
}
</style>