Shades of Mandalay #B67B2A
Tints of Mandalay #B67B2A
RGB
CMYK
RGB Variations
Color information
#B67B2A (or 0xB67B2A) is known color: Mandalay. HEX triplet: B6, 7B and 2A. RGB value is (182,123,42). Sum of RGB (Red+Green+Blue) = 182+123+42=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B2A is #4984D5. Grayscale: #838383. Windows color (decimal): -4818134 or 2784182. OLE color: 2784182.
HSL color Cylindrical-coordinate representation of color #B67B2A: hue angle of 34.71º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B67B2A is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 42 | - |
| CMYK | 0 | 0.32 | 0.77 | 0.29 |
| HSL | 34.71º | 0.63% | 0.44% | - |
| HSV(B) | 34.71º | 0.77% | 0.71% | - |
| XYZ | 26.79 | 24.28 | 5.46 | - |
| YUV | 131.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 42 | 0 | 0.32 | 0.77 | 0.29 | 34.71 | 0.63 | 0.44 |
| Hex | B6 | 7B | 2A | 0 | 20 | 4D | 1D | 23 | 3E | 2C |
| Octal | 266 | 173 | 52 | 0 | 40 | 115 | 35 | 43 | 76 | 54 |
| Binary | 10110110 | 1111011 | 101010 | 0 | 100000 | 1001101 | 11101 | 100011 | 111110 | 101100 |
Color Harmonies of #B67B2A
Complementary color
Monochromatic Colors of #B67B2A
Black with #B67B2A
Text Example
Text Example
White with #B67B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B2A; }
p { color: rgb(182,123,42); }
H1.HeaderClassName
{
color: #B67B2A;
}
.AnyTagClassName
{
color: #B67B2A;
}
</style>
background-color css
<style>
a { background-color: #B67B2A; }
a { background-color: rgb(182,123,42); }
div.DivClassName
{
background-color: #B67B2A;
}
.BgClassName
{
background-color: #B67B2A;
}
</style>
border-color css
<style>
span { border-color: #B67B2A; }
span { border-color: rgb(182,123,42); }
td.TdClassName
{
border-color: #B67B2A;
}
.TagClassName
{
border-color: #B67B2A;
}
</style>