Shades of Mandalay #B77A2D
Tints of Mandalay #B77A2D
RGB
CMYK
RGB Variations
Color information
#B77A2D (or 0xB77A2D) is known color: Mandalay. HEX triplet: B7, 7A and 2D. RGB value is (183,122,45). Sum of RGB (Red+Green+Blue) = 183+122+45=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A2D is #4885D2. Grayscale: #838383. Windows color (decimal): -4752851 or 2980535. OLE color: 2980535.
HSL color Cylindrical-coordinate representation of color #B77A2D: hue angle of 33.48º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B77A2D is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 122 | 45 | - |
| CMYK | 0 | 0.33 | 0.75 | 0.28 |
| HSL | 33.48º | 0.61% | 0.45% | - |
| HSV(B) | 33.48º | 0.75% | 0.72% | - |
| XYZ | 26.96 | 24.18 | 5.73 | - |
| YUV | 131.46 | 79.21 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 122 | 45 | 0 | 0.33 | 0.75 | 0.28 | 33.48 | 0.61 | 0.45 |
| Hex | B7 | 7A | 2D | 0 | 21 | 4B | 1C | 21 | 3D | 2D |
| Octal | 267 | 172 | 55 | 0 | 41 | 113 | 34 | 41 | 75 | 55 |
| Binary | 10110111 | 1111010 | 101101 | 0 | 100001 | 1001011 | 11100 | 100001 | 111101 | 101101 |
Color Harmonies of #B77A2D
Complementary color
Monochromatic Colors of #B77A2D
Black with #B77A2D
Text Example
Text Example
White with #B77A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77A2D; }
p { color: rgb(183,122,45); }
H1.HeaderClassName
{
color: #B77A2D;
}
.AnyTagClassName
{
color: #B77A2D;
}
</style>
background-color css
<style>
a { background-color: #B77A2D; }
a { background-color: rgb(183,122,45); }
div.DivClassName
{
background-color: #B77A2D;
}
.BgClassName
{
background-color: #B77A2D;
}
</style>
border-color css
<style>
span { border-color: #B77A2D; }
span { border-color: rgb(183,122,45); }
td.TdClassName
{
border-color: #B77A2D;
}
.TagClassName
{
border-color: #B77A2D;
}
</style>