Shades of Mandalay #B68027
Tints of Mandalay #B68027
RGB
CMYK
RGB Variations
Color information
#B68027 (or 0xB68027) is known color: Mandalay. HEX triplet: B6, 80 and 27. RGB value is (182,128,39). Sum of RGB (Red+Green+Blue) = 182+128+39=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 39 (15.62% from 255 or 11.17% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B68027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B68027 is #497FD8. Grayscale: #868686. Windows color (decimal): -4816857 or 2588854. OLE color: 2588854.
HSL color Cylindrical-coordinate representation of color #B68027: hue angle of 37.34º 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 #B68027 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 39 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.29 |
| HSL | 37.34º | 0.65% | 0.43% | - |
| HSV(B) | 37.34º | 0.79% | 0.71% | - |
| XYZ | 27.38 | 25.53 | 5.4 | - |
| YUV | 134 | 74.39 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 39 | 0 | 0.30 | 0.79 | 0.29 | 37.34 | 0.65 | 0.43 |
| Hex | B6 | 80 | 27 | 0 | 1E | 4F | 1D | 25 | 41 | 2B |
| Octal | 266 | 200 | 47 | 0 | 36 | 117 | 35 | 45 | 101 | 53 |
| Binary | 10110110 | 10000000 | 100111 | 0 | 11110 | 1001111 | 11101 | 100101 | 1000001 | 101011 |
Color Harmonies of #B68027
Complementary color
Monochromatic Colors of #B68027
Black with #B68027
Text Example
Text Example
White with #B68027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68027; }
p { color: rgb(182,128,39); }
H1.HeaderClassName
{
color: #B68027;
}
.AnyTagClassName
{
color: #B68027;
}
</style>
background-color css
<style>
a { background-color: #B68027; }
a { background-color: rgb(182,128,39); }
div.DivClassName
{
background-color: #B68027;
}
.BgClassName
{
background-color: #B68027;
}
</style>
border-color css
<style>
span { border-color: #B68027; }
span { border-color: rgb(182,128,39); }
td.TdClassName
{
border-color: #B68027;
}
.TagClassName
{
border-color: #B68027;
}
</style>