Shades of Mandalay #B67B2B
Tints of Mandalay #B67B2B
RGB
CMYK
RGB Variations
Color information
#B67B2B (or 0xB67B2B) is known color: Mandalay. HEX triplet: B6, 7B and 2B. RGB value is (182,123,43). Sum of RGB (Red+Green+Blue) = 182+123+43=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 123 (48.44% from 255 or 35.34% from 348); Blue value is 43 (17.19% from 255 or 12.36% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B67B2B is #4984D4. Grayscale: #838383. Windows color (decimal): -4818133 or 2849718. OLE color: 2849718.
HSL color Cylindrical-coordinate representation of color #B67B2B: hue angle of 34.53º 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 #B67B2B is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 43 | - |
| CMYK | 0 | 0.32 | 0.76 | 0.29 |
| HSL | 34.53º | 0.62% | 0.44% | - |
| HSV(B) | 34.53º | 0.76% | 0.71% | - |
| XYZ | 26.81 | 24.29 | 5.56 | - |
| YUV | 131.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 43 | 0 | 0.32 | 0.76 | 0.29 | 34.53 | 0.62 | 0.44 |
| Hex | B6 | 7B | 2B | 0 | 20 | 4C | 1D | 23 | 3E | 2C |
| Octal | 266 | 173 | 53 | 0 | 40 | 114 | 35 | 43 | 76 | 54 |
| Binary | 10110110 | 1111011 | 101011 | 0 | 100000 | 1001100 | 11101 | 100011 | 111110 | 101100 |
Color Harmonies of #B67B2B
Complementary color
Monochromatic Colors of #B67B2B
Black with #B67B2B
Text Example
Text Example
White with #B67B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B2B; }
p { color: rgb(182,123,43); }
H1.HeaderClassName
{
color: #B67B2B;
}
.AnyTagClassName
{
color: #B67B2B;
}
</style>
background-color css
<style>
a { background-color: #B67B2B; }
a { background-color: rgb(182,123,43); }
div.DivClassName
{
background-color: #B67B2B;
}
.BgClassName
{
background-color: #B67B2B;
}
</style>
border-color css
<style>
span { border-color: #B67B2B; }
span { border-color: rgb(182,123,43); }
td.TdClassName
{
border-color: #B67B2B;
}
.TagClassName
{
border-color: #B67B2B;
}
</style>