Shades of Mandalay #B67C28
Tints of Mandalay #B67C28
RGB
CMYK
RGB Variations
Color information
#B67C28 (or 0xB67C28) is known color: Mandalay. HEX triplet: B6, 7C and 28. RGB value is (182,124,40). Sum of RGB (Red+Green+Blue) = 182+124+40=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 124 (48.83% from 255 or 35.84% from 346); Blue value is 40 (16.02% from 255 or 11.56% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B67C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67C28 is #4983D7. Grayscale: #848484. Windows color (decimal): -4817880 or 2653366. OLE color: 2653366.
HSL color Cylindrical-coordinate representation of color #B67C28: hue angle of 35.49º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B67C28 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 124 | 40 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.29 |
| HSL | 35.49º | 0.64% | 0.44% | - |
| HSV(B) | 35.49º | 0.78% | 0.71% | - |
| XYZ | 26.88 | 24.51 | 5.32 | - |
| YUV | 131.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 40 | 0 | 0.32 | 0.78 | 0.29 | 35.49 | 0.64 | 0.44 |
| Hex | B6 | 7C | 28 | 0 | 20 | 4E | 1D | 23 | 40 | 2C |
| Octal | 266 | 174 | 50 | 0 | 40 | 116 | 35 | 43 | 100 | 54 |
| Binary | 10110110 | 1111100 | 101000 | 0 | 100000 | 1001110 | 11101 | 100011 | 1000000 | 101100 |
Color Harmonies of #B67C28
Complementary color
Monochromatic Colors of #B67C28
Black with #B67C28
Text Example
Text Example
White with #B67C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67C28; }
p { color: rgb(182,124,40); }
H1.HeaderClassName
{
color: #B67C28;
}
.AnyTagClassName
{
color: #B67C28;
}
</style>
background-color css
<style>
a { background-color: #B67C28; }
a { background-color: rgb(182,124,40); }
div.DivClassName
{
background-color: #B67C28;
}
.BgClassName
{
background-color: #B67C28;
}
</style>
border-color css
<style>
span { border-color: #B67C28; }
span { border-color: rgb(182,124,40); }
td.TdClassName
{
border-color: #B67C28;
}
.TagClassName
{
border-color: #B67C28;
}
</style>