Shades of Mandalay #B77B32
Tints of Mandalay #B77B32
RGB
CMYK
RGB Variations
Color information
#B77B32 (or 0xB77B32) is known color: Mandalay. HEX triplet: B7, 7B and 32. RGB value is (183,123,50). Sum of RGB (Red+Green+Blue) = 183+123+50=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B77B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77B32 is #4884CD. Grayscale: #848484. Windows color (decimal): -4752590 or 3308471. OLE color: 3308471.
HSL color Cylindrical-coordinate representation of color #B77B32: hue angle of 32.93º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B77B32 is Cyan = 0, Magento = 0.33, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 123 | 50 | - |
| CMYK | 0 | 0.33 | 0.73 | 0.28 |
| HSL | 32.93º | 0.57% | 0.46% | - |
| HSV(B) | 32.93º | 0.73% | 0.72% | - |
| XYZ | 27.19 | 24.46 | 6.31 | - |
| YUV | 132.62 | 81.38 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 123 | 50 | 0 | 0.33 | 0.73 | 0.28 | 32.93 | 0.57 | 0.46 |
| Hex | B7 | 7B | 32 | 0 | 21 | 49 | 1C | 21 | 39 | 2E |
| Octal | 267 | 173 | 62 | 0 | 41 | 111 | 34 | 41 | 71 | 56 |
| Binary | 10110111 | 1111011 | 110010 | 0 | 100001 | 1001001 | 11100 | 100001 | 111001 | 101110 |
Color Harmonies of #B77B32
Complementary color
Monochromatic Colors of #B77B32
Black with #B77B32
Text Example
Text Example
White with #B77B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B77B32; }
p { color: rgb(183,123,50); }
H1.HeaderClassName
{
color: #B77B32;
}
.AnyTagClassName
{
color: #B77B32;
}
</style>
background-color css
<style>
a { background-color: #B77B32; }
a { background-color: rgb(183,123,50); }
div.DivClassName
{
background-color: #B77B32;
}
.BgClassName
{
background-color: #B77B32;
}
</style>
border-color css
<style>
span { border-color: #B77B32; }
span { border-color: rgb(183,123,50); }
td.TdClassName
{
border-color: #B77B32;
}
.TagClassName
{
border-color: #B77B32;
}
</style>