Shades of Mandalay #B67C2B
Tints of Mandalay #B67C2B
RGB
CMYK
RGB Variations
Color information
#B67C2B (or 0xB67C2B) is known color: Mandalay. HEX triplet: B6, 7C and 2B. RGB value is (182,124,43). Sum of RGB (Red+Green+Blue) = 182+124+43=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 124 (48.83% from 255 or 35.53% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C2B is #4983D4. Grayscale: #848484. Windows color (decimal): -4817877 or 2849974. OLE color: 2849974.
HSL color Cylindrical-coordinate representation of color #B67C2B: hue angle of 34.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B67C2B is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 43 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.29 |
| HSL | 34.96º | 0.62% | 0.44% | - |
| HSV(B) | 34.96º | 0.76% | 0.71% | - |
| XYZ | 26.94 | 24.53 | 5.6 | - |
| YUV | 132.11 | 77.72 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 43 | 0 | 0.32 | 0.76 | 0.29 | 34.96 | 0.62 | 0.44 |
| Hex | B6 | 7C | 2B | 0 | 20 | 4C | 1D | 23 | 3E | 2C |
| Octal | 266 | 174 | 53 | 0 | 40 | 114 | 35 | 43 | 76 | 54 |
| Binary | 10110110 | 1111100 | 101011 | 0 | 100000 | 1001100 | 11101 | 100011 | 111110 | 101100 |
Color Harmonies of #B67C2B
Complementary color
Monochromatic Colors of #B67C2B
Black with #B67C2B
Text Example
Text Example
White with #B67C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C2B; }
p { color: rgb(182,124,43); }
H1.HeaderClassName
{
color: #B67C2B;
}
.AnyTagClassName
{
color: #B67C2B;
}
</style>
background-color css
<style>
a { background-color: #B67C2B; }
a { background-color: rgb(182,124,43); }
div.DivClassName
{
background-color: #B67C2B;
}
.BgClassName
{
background-color: #B67C2B;
}
</style>
border-color css
<style>
span { border-color: #B67C2B; }
span { border-color: rgb(182,124,43); }
td.TdClassName
{
border-color: #B67C2B;
}
.TagClassName
{
border-color: #B67C2B;
}
</style>