Shades of Mandalay #B18227
Tints of Mandalay #B18227
RGB
CMYK
RGB Variations
Color information
#B18227 (or 0xB18227) is known color: Mandalay. HEX triplet: B1, 82 and 27. RGB value is (177,130,39). Sum of RGB (Red+Green+Blue) = 177+130+39=346 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.16% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 39 (15.62% from 255 or 11.27% from 346); Max value from RGB is 177 - color contains mainly: red. Hex color #B18227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18227 is #4E7DD8. Grayscale: #868686. Windows color (decimal): -5144025 or 2589361. OLE color: 2589361.
HSL color Cylindrical-coordinate representation of color #B18227: hue angle of 39.57º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B18227 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 39 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.31 |
| HSL | 39.57º | 0.64% | 0.42% | - |
| HSV(B) | 39.57º | 0.78% | 0.69% | - |
| XYZ | 26.48 | 25.46 | 5.44 | - |
| YUV | 133.68 | 74.57 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 39 | 0 | 0.27 | 0.78 | 0.31 | 39.57 | 0.64 | 0.42 |
| Hex | B1 | 82 | 27 | 0 | 1B | 4E | 1F | 28 | 40 | 2A |
| Octal | 261 | 202 | 47 | 0 | 33 | 116 | 37 | 50 | 100 | 52 |
| Binary | 10110001 | 10000010 | 100111 | 0 | 11011 | 1001110 | 11111 | 101000 | 1000000 | 101010 |
Color Harmonies of #B18227
Complementary color
Monochromatic Colors of #B18227
Black with #B18227
Text Example
Text Example
White with #B18227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18227; }
p { color: rgb(177,130,39); }
H1.HeaderClassName
{
color: #B18227;
}
.AnyTagClassName
{
color: #B18227;
}
</style>
background-color css
<style>
a { background-color: #B18227; }
a { background-color: rgb(177,130,39); }
div.DivClassName
{
background-color: #B18227;
}
.BgClassName
{
background-color: #B18227;
}
</style>
border-color css
<style>
span { border-color: #B18227; }
span { border-color: rgb(177,130,39); }
td.TdClassName
{
border-color: #B18227;
}
.TagClassName
{
border-color: #B18227;
}
</style>