Shades of Mandalay #B67731
Tints of Mandalay #B67731
RGB
CMYK
RGB Variations
Color information
#B67731 (or 0xB67731) is known color: Mandalay. HEX triplet: B6, 77 and 31. RGB value is (182,119,49). Sum of RGB (Red+Green+Blue) = 182+119+49=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B67731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67731 is #4988CE. Grayscale: #828282. Windows color (decimal): -4819151 or 3241910. OLE color: 3241910.
HSL color Cylindrical-coordinate representation of color #B67731: hue angle of 31.58º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B67731 is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 119 | 49 | - |
| CMYK | 0 | 0.35 | 0.73 | 0.29 |
| HSL | 31.58º | 0.58% | 0.45% | - |
| HSV(B) | 31.58º | 0.73% | 0.71% | - |
| XYZ | 26.44 | 23.36 | 6.02 | - |
| YUV | 129.86 | 82.37 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 119 | 49 | 0 | 0.35 | 0.73 | 0.29 | 31.58 | 0.58 | 0.45 |
| Hex | B6 | 77 | 31 | 0 | 23 | 49 | 1D | 20 | 3A | 2D |
| Octal | 266 | 167 | 61 | 0 | 43 | 111 | 35 | 40 | 72 | 55 |
| Binary | 10110110 | 1110111 | 110001 | 0 | 100011 | 1001001 | 11101 | 100000 | 111010 | 101101 |
Color Harmonies of #B67731
Complementary color
Monochromatic Colors of #B67731
Black with #B67731
Text Example
Text Example
White with #B67731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67731; }
p { color: rgb(182,119,49); }
H1.HeaderClassName
{
color: #B67731;
}
.AnyTagClassName
{
color: #B67731;
}
</style>
background-color css
<style>
a { background-color: #B67731; }
a { background-color: rgb(182,119,49); }
div.DivClassName
{
background-color: #B67731;
}
.BgClassName
{
background-color: #B67731;
}
</style>
border-color css
<style>
span { border-color: #B67731; }
span { border-color: rgb(182,119,49); }
td.TdClassName
{
border-color: #B67731;
}
.TagClassName
{
border-color: #B67731;
}
</style>