Shades of Mandalay #B17628
Tints of Mandalay #B17628
RGB
CMYK
RGB Variations
Color information
#B17628 (or 0xB17628) is known color: Mandalay. HEX triplet: B1, 76 and 28. RGB value is (177,118,40). Sum of RGB (Red+Green+Blue) = 177+118+40=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 40 (16.02% from 255 or 11.94% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B17628 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17628 is #4E89D7. Grayscale: #7F7F7F. Windows color (decimal): -5147096 or 2651825. OLE color: 2651825.
HSL color Cylindrical-coordinate representation of color #B17628: hue angle of 34.16º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B17628 is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 118 | 40 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.31 |
| HSL | 34.16º | 0.63% | 0.43% | - |
| HSV(B) | 34.16º | 0.77% | 0.69% | - |
| XYZ | 24.99 | 22.46 | 5.02 | - |
| YUV | 126.75 | 79.05 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 118 | 40 | 0 | 0.33 | 0.77 | 0.31 | 34.16 | 0.63 | 0.43 |
| Hex | B1 | 76 | 28 | 0 | 21 | 4D | 1F | 22 | 3F | 2B |
| Octal | 261 | 166 | 50 | 0 | 41 | 115 | 37 | 42 | 77 | 53 |
| Binary | 10110001 | 1110110 | 101000 | 0 | 100001 | 1001101 | 11111 | 100010 | 111111 | 101011 |
Color Harmonies of #B17628
Complementary color
Monochromatic Colors of #B17628
Black with #B17628
Text Example
Text Example
White with #B17628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17628; }
p { color: rgb(177,118,40); }
H1.HeaderClassName
{
color: #B17628;
}
.AnyTagClassName
{
color: #B17628;
}
</style>
background-color css
<style>
a { background-color: #B17628; }
a { background-color: rgb(177,118,40); }
div.DivClassName
{
background-color: #B17628;
}
.BgClassName
{
background-color: #B17628;
}
</style>
border-color css
<style>
span { border-color: #B17628; }
span { border-color: rgb(177,118,40); }
td.TdClassName
{
border-color: #B17628;
}
.TagClassName
{
border-color: #B17628;
}
</style>