Shades of Mandalay #B68227
Tints of Mandalay #B68227
RGB
CMYK
RGB Variations
Color information
#B68227 (or 0xB68227) is known color: Mandalay. HEX triplet: B6, 82 and 27. RGB value is (182,130,39). Sum of RGB (Red+Green+Blue) = 182+130+39=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 39 (15.62% from 255 or 11.11% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B68227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68227 is #497DD8. Grayscale: #878787. Windows color (decimal): -4816345 or 2589366. OLE color: 2589366.
HSL color Cylindrical-coordinate representation of color #B68227: hue angle of 38.18º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B68227 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 39 | - |
| CMYK | 0 | 0.29 | 0.79 | 0.29 |
| HSL | 38.18º | 0.65% | 0.43% | - |
| HSV(B) | 38.18º | 0.79% | 0.71% | - |
| XYZ | 27.64 | 26.06 | 5.49 | - |
| YUV | 135.17 | 73.73 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 39 | 0 | 0.29 | 0.79 | 0.29 | 38.18 | 0.65 | 0.43 |
| Hex | B6 | 82 | 27 | 0 | 1D | 4F | 1D | 26 | 41 | 2B |
| Octal | 266 | 202 | 47 | 0 | 35 | 117 | 35 | 46 | 101 | 53 |
| Binary | 10110110 | 10000010 | 100111 | 0 | 11101 | 1001111 | 11101 | 100110 | 1000001 | 101011 |
Color Harmonies of #B68227
Complementary color
Monochromatic Colors of #B68227
Black with #B68227
Text Example
Text Example
White with #B68227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68227; }
p { color: rgb(182,130,39); }
H1.HeaderClassName
{
color: #B68227;
}
.AnyTagClassName
{
color: #B68227;
}
</style>
background-color css
<style>
a { background-color: #B68227; }
a { background-color: rgb(182,130,39); }
div.DivClassName
{
background-color: #B68227;
}
.BgClassName
{
background-color: #B68227;
}
</style>
border-color css
<style>
span { border-color: #B68227; }
span { border-color: rgb(182,130,39); }
td.TdClassName
{
border-color: #B68227;
}
.TagClassName
{
border-color: #B68227;
}
</style>