Shades of Mandalay #B17727
Tints of Mandalay #B17727
RGB
CMYK
RGB Variations
Color information
#B17727 (or 0xB17727) is known color: Mandalay. HEX triplet: B1, 77 and 27. RGB value is (177,119,39). Sum of RGB (Red+Green+Blue) = 177+119+39=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B17727 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17727 is #4E88D8. Grayscale: #7F7F7F. Windows color (decimal): -5146841 or 2586545. OLE color: 2586545.
HSL color Cylindrical-coordinate representation of color #B17727: hue angle of 34.78º 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 #B17727 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 39 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.31 |
| HSL | 34.78º | 0.64% | 0.42% | - |
| HSV(B) | 34.78º | 0.78% | 0.69% | - |
| XYZ | 25.09 | 22.69 | 4.98 | - |
| YUV | 127.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 39 | 0 | 0.33 | 0.78 | 0.31 | 34.78 | 0.64 | 0.42 |
| Hex | B1 | 77 | 27 | 0 | 21 | 4E | 1F | 23 | 40 | 2A |
| Octal | 261 | 167 | 47 | 0 | 41 | 116 | 37 | 43 | 100 | 52 |
| Binary | 10110001 | 1110111 | 100111 | 0 | 100001 | 1001110 | 11111 | 100011 | 1000000 | 101010 |
Color Harmonies of #B17727
Complementary color
Monochromatic Colors of #B17727
Black with #B17727
Text Example
Text Example
White with #B17727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17727; }
p { color: rgb(177,119,39); }
H1.HeaderClassName
{
color: #B17727;
}
.AnyTagClassName
{
color: #B17727;
}
</style>
background-color css
<style>
a { background-color: #B17727; }
a { background-color: rgb(177,119,39); }
div.DivClassName
{
background-color: #B17727;
}
.BgClassName
{
background-color: #B17727;
}
</style>
border-color css
<style>
span { border-color: #B17727; }
span { border-color: rgb(177,119,39); }
td.TdClassName
{
border-color: #B17727;
}
.TagClassName
{
border-color: #B17727;
}
</style>