Shades of Mandalay #B67E35
Tints of Mandalay #B67E35
RGB
CMYK
RGB Variations
Color information
#B67E35 (or 0xB67E35) is known color: Mandalay. HEX triplet: B6, 7E and 35. RGB value is (182,126,53). Sum of RGB (Red+Green+Blue) = 182+126+53=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B67E35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67E35 is #4981CA. Grayscale: #868686. Windows color (decimal): -4817355 or 3505846. OLE color: 3505846.
HSL color Cylindrical-coordinate representation of color #B67E35: hue angle of 33.95º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B67E35 is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 126 | 53 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.29 |
| HSL | 33.95º | 0.55% | 0.46% | - |
| HSV(B) | 33.95º | 0.71% | 0.71% | - |
| XYZ | 27.39 | 25.12 | 6.77 | - |
| YUV | 134.42 | 82.05 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 126 | 53 | 0 | 0.31 | 0.71 | 0.29 | 33.95 | 0.55 | 0.46 |
| Hex | B6 | 7E | 35 | 0 | 1F | 47 | 1D | 22 | 37 | 2E |
| Octal | 266 | 176 | 65 | 0 | 37 | 107 | 35 | 42 | 67 | 56 |
| Binary | 10110110 | 1111110 | 110101 | 0 | 11111 | 1000111 | 11101 | 100010 | 110111 | 101110 |
Color Harmonies of #B67E35
Complementary color
Monochromatic Colors of #B67E35
Black with #B67E35
Text Example
Text Example
White with #B67E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67E35; }
p { color: rgb(182,126,53); }
H1.HeaderClassName
{
color: #B67E35;
}
.AnyTagClassName
{
color: #B67E35;
}
</style>
background-color css
<style>
a { background-color: #B67E35; }
a { background-color: rgb(182,126,53); }
div.DivClassName
{
background-color: #B67E35;
}
.BgClassName
{
background-color: #B67E35;
}
</style>
border-color css
<style>
span { border-color: #B67E35; }
span { border-color: rgb(182,126,53); }
td.TdClassName
{
border-color: #B67E35;
}
.TagClassName
{
border-color: #B67E35;
}
</style>