Shades of Mandalay #B67E36
Tints of Mandalay #B67E36
RGB
CMYK
RGB Variations
Color information
#B67E36 (or 0xB67E36) is known color: Mandalay. HEX triplet: B6, 7E and 36. RGB value is (182,126,54). Sum of RGB (Red+Green+Blue) = 182+126+54=362 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.28% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E36 is #4981C9. Grayscale: #868686. Windows color (decimal): -4817354 or 3571382. OLE color: 3571382.
HSL color Cylindrical-coordinate representation of color #B67E36: hue angle of 33.75º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B67E36 is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 54 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.29 |
| HSL | 33.75º | 0.54% | 0.46% | - |
| HSV(B) | 33.75º | 0.7% | 0.71% | - |
| XYZ | 27.42 | 25.13 | 6.9 | - |
| YUV | 134.54 | 82.55 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 54 | 0 | 0.31 | 0.70 | 0.29 | 33.75 | 0.54 | 0.46 |
| Hex | B6 | 7E | 36 | 0 | 1F | 46 | 1D | 22 | 36 | 2E |
| Octal | 266 | 176 | 66 | 0 | 37 | 106 | 35 | 42 | 66 | 56 |
| Binary | 10110110 | 1111110 | 110110 | 0 | 11111 | 1000110 | 11101 | 100010 | 110110 | 101110 |
Color Harmonies of #B67E36
Complementary color
Monochromatic Colors of #B67E36
Black with #B67E36
Text Example
Text Example
White with #B67E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E36; }
p { color: rgb(182,126,54); }
H1.HeaderClassName
{
color: #B67E36;
}
.AnyTagClassName
{
color: #B67E36;
}
</style>
background-color css
<style>
a { background-color: #B67E36; }
a { background-color: rgb(182,126,54); }
div.DivClassName
{
background-color: #B67E36;
}
.BgClassName
{
background-color: #B67E36;
}
</style>
border-color css
<style>
span { border-color: #B67E36; }
span { border-color: rgb(182,126,54); }
td.TdClassName
{
border-color: #B67E36;
}
.TagClassName
{
border-color: #B67E36;
}
</style>