Shades of Mandalay #B77B2C
Tints of Mandalay #B77B2C
RGB
CMYK
RGB Variations
Color information
#B77B2C (or 0xB77B2C) is known color: Mandalay. HEX triplet: B7, 7B and 2C. RGB value is (183,123,44). Sum of RGB (Red+Green+Blue) = 183+123+44=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B2C is #4884D3. Grayscale: #848484. Windows color (decimal): -4752596 or 2915255. OLE color: 2915255.
HSL color Cylindrical-coordinate representation of color #B77B2C: hue angle of 34.1º 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 #B77B2C is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 44 | - |
| CMYK | 0 | 0.33 | 0.76 | 0.28 |
| HSL | 34.1º | 0.61% | 0.45% | - |
| HSV(B) | 34.1º | 0.76% | 0.72% | - |
| XYZ | 27.07 | 24.42 | 5.67 | - |
| YUV | 131.93 | 78.38 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 44 | 0 | 0.33 | 0.76 | 0.28 | 34.1 | 0.61 | 0.45 |
| Hex | B7 | 7B | 2C | 0 | 21 | 4C | 1C | 22 | 3D | 2D |
| Octal | 267 | 173 | 54 | 0 | 41 | 114 | 34 | 42 | 75 | 55 |
| Binary | 10110111 | 1111011 | 101100 | 0 | 100001 | 1001100 | 11100 | 100010 | 111101 | 101101 |
Color Harmonies of #B77B2C
Complementary color
Monochromatic Colors of #B77B2C
Black with #B77B2C
Text Example
Text Example
White with #B77B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B2C; }
p { color: rgb(183,123,44); }
H1.HeaderClassName
{
color: #B77B2C;
}
.AnyTagClassName
{
color: #B77B2C;
}
</style>
background-color css
<style>
a { background-color: #B77B2C; }
a { background-color: rgb(183,123,44); }
div.DivClassName
{
background-color: #B77B2C;
}
.BgClassName
{
background-color: #B77B2C;
}
</style>
border-color css
<style>
span { border-color: #B77B2C; }
span { border-color: rgb(183,123,44); }
td.TdClassName
{
border-color: #B77B2C;
}
.TagClassName
{
border-color: #B77B2C;
}
</style>