Shades of Mandalay #B77D2B
Tints of Mandalay #B77D2B
RGB
CMYK
RGB Variations
Color information
#B77D2B (or 0xB77D2B) is known color: Mandalay. HEX triplet: B7, 7D and 2B. RGB value is (183,125,43). Sum of RGB (Red+Green+Blue) = 183+125+43=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 125 (49.22% from 255 or 35.61% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B77D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77D2B is #4882D4. Grayscale: #858585. Windows color (decimal): -4752085 or 2850231. OLE color: 2850231.
HSL color Cylindrical-coordinate representation of color #B77D2B: hue angle of 35.14º 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 #B77D2B is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 125 | 43 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.28 |
| HSL | 35.14º | 0.62% | 0.44% | - |
| HSV(B) | 35.14º | 0.77% | 0.72% | - |
| XYZ | 27.3 | 24.91 | 5.65 | - |
| YUV | 132.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 125 | 43 | 0 | 0.32 | 0.77 | 0.28 | 35.14 | 0.62 | 0.44 |
| Hex | B7 | 7D | 2B | 0 | 20 | 4D | 1C | 23 | 3E | 2C |
| Octal | 267 | 175 | 53 | 0 | 40 | 115 | 34 | 43 | 76 | 54 |
| Binary | 10110111 | 1111101 | 101011 | 0 | 100000 | 1001101 | 11100 | 100011 | 111110 | 101100 |
Color Harmonies of #B77D2B
Complementary color
Monochromatic Colors of #B77D2B
Black with #B77D2B
Text Example
Text Example
White with #B77D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77D2B; }
p { color: rgb(183,125,43); }
H1.HeaderClassName
{
color: #B77D2B;
}
.AnyTagClassName
{
color: #B77D2B;
}
</style>
background-color css
<style>
a { background-color: #B77D2B; }
a { background-color: rgb(183,125,43); }
div.DivClassName
{
background-color: #B77D2B;
}
.BgClassName
{
background-color: #B77D2B;
}
</style>
border-color css
<style>
span { border-color: #B77D2B; }
span { border-color: rgb(183,125,43); }
td.TdClassName
{
border-color: #B77D2B;
}
.TagClassName
{
border-color: #B77D2B;
}
</style>