Shades of Mandalay #B67E32
Tints of Mandalay #B67E32
RGB
CMYK
RGB Variations
Color information
#B67E32 (or 0xB67E32) is known color: Mandalay. HEX triplet: B6, 7E and 32. RGB value is (182,126,50). Sum of RGB (Red+Green+Blue) = 182+126+50=358 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.84% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E32 is #4981CD. Grayscale: #868686. Windows color (decimal): -4817358 or 3309238. OLE color: 3309238.
HSL color Cylindrical-coordinate representation of color #B67E32: hue angle of 34.55º degrees, saturation: 0.57, 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 #B67E32 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 50 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.29 |
| HSL | 34.55º | 0.57% | 0.45% | - |
| HSV(B) | 34.55º | 0.73% | 0.71% | - |
| XYZ | 27.33 | 25.1 | 6.42 | - |
| YUV | 134.08 | 80.55 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 50 | 0 | 0.31 | 0.73 | 0.29 | 34.55 | 0.57 | 0.45 |
| Hex | B6 | 7E | 32 | 0 | 1F | 49 | 1D | 23 | 39 | 2D |
| Octal | 266 | 176 | 62 | 0 | 37 | 111 | 35 | 43 | 71 | 55 |
| Binary | 10110110 | 1111110 | 110010 | 0 | 11111 | 1001001 | 11101 | 100011 | 111001 | 101101 |
Color Harmonies of #B67E32
Complementary color
Monochromatic Colors of #B67E32
Black with #B67E32
Text Example
Text Example
White with #B67E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E32; }
p { color: rgb(182,126,50); }
H1.HeaderClassName
{
color: #B67E32;
}
.AnyTagClassName
{
color: #B67E32;
}
</style>
background-color css
<style>
a { background-color: #B67E32; }
a { background-color: rgb(182,126,50); }
div.DivClassName
{
background-color: #B67E32;
}
.BgClassName
{
background-color: #B67E32;
}
</style>
border-color css
<style>
span { border-color: #B67E32; }
span { border-color: rgb(182,126,50); }
td.TdClassName
{
border-color: #B67E32;
}
.TagClassName
{
border-color: #B67E32;
}
</style>