Shades of Mandalay #B17927
Tints of Mandalay #B17927
RGB
CMYK
RGB Variations
Color information
#B17927 (or 0xB17927) is known color: Mandalay. HEX triplet: B1, 79 and 27. RGB value is (177,121,39). Sum of RGB (Red+Green+Blue) = 177+121+39=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 121 (47.66% from 255 or 35.91% from 337); Blue value is 39 (15.62% from 255 or 11.57% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B17927 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17927 is #4E86D8. Grayscale: #808080. Windows color (decimal): -5146329 or 2587057. OLE color: 2587057.
HSL color Cylindrical-coordinate representation of color #B17927: hue angle of 35.65º 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 #B17927 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 121 | 39 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.31 |
| HSL | 35.65º | 0.64% | 0.42% | - |
| HSV(B) | 35.65º | 0.78% | 0.69% | - |
| XYZ | 25.34 | 23.17 | 5.06 | - |
| YUV | 128.4 | 77.55 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 121 | 39 | 0 | 0.32 | 0.78 | 0.31 | 35.65 | 0.64 | 0.42 |
| Hex | B1 | 79 | 27 | 0 | 20 | 4E | 1F | 24 | 40 | 2A |
| Octal | 261 | 171 | 47 | 0 | 40 | 116 | 37 | 44 | 100 | 52 |
| Binary | 10110001 | 1111001 | 100111 | 0 | 100000 | 1001110 | 11111 | 100100 | 1000000 | 101010 |
Color Harmonies of #B17927
Complementary color
Monochromatic Colors of #B17927
Black with #B17927
Text Example
Text Example
White with #B17927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17927; }
p { color: rgb(177,121,39); }
H1.HeaderClassName
{
color: #B17927;
}
.AnyTagClassName
{
color: #B17927;
}
</style>
background-color css
<style>
a { background-color: #B17927; }
a { background-color: rgb(177,121,39); }
div.DivClassName
{
background-color: #B17927;
}
.BgClassName
{
background-color: #B17927;
}
</style>
border-color css
<style>
span { border-color: #B17927; }
span { border-color: rgb(177,121,39); }
td.TdClassName
{
border-color: #B17927;
}
.TagClassName
{
border-color: #B17927;
}
</style>