Shades of Mandalay #B17D2D
Tints of Mandalay #B17D2D
RGB
CMYK
RGB Variations
Color information
#B17D2D (or 0xB17D2D) is known color: Mandalay. HEX triplet: B1, 7D and 2D. RGB value is (177,125,45). Sum of RGB (Red+Green+Blue) = 177+125+45=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D2D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17D2D is #4E82D2. Grayscale: #838383. Windows color (decimal): -5145299 or 2981297. OLE color: 2981297.
HSL color Cylindrical-coordinate representation of color #B17D2D: hue angle of 36.36º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B17D2D is Cyan = 0, Magento = 0.29, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 45 | - |
| CMYK | 0 | 0.29 | 0.75 | 0.31 |
| HSL | 36.36º | 0.59% | 0.44% | - |
| HSV(B) | 36.36º | 0.75% | 0.69% | - |
| XYZ | 25.94 | 24.2 | 5.79 | - |
| YUV | 131.43 | 79.23 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 45 | 0 | 0.29 | 0.75 | 0.31 | 36.36 | 0.59 | 0.44 |
| Hex | B1 | 7D | 2D | 0 | 1D | 4B | 1F | 24 | 3B | 2C |
| Octal | 261 | 175 | 55 | 0 | 35 | 113 | 37 | 44 | 73 | 54 |
| Binary | 10110001 | 1111101 | 101101 | 0 | 11101 | 1001011 | 11111 | 100100 | 111011 | 101100 |
Color Harmonies of #B17D2D
Complementary color
Monochromatic Colors of #B17D2D
Black with #B17D2D
Text Example
Text Example
White with #B17D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17D2D; }
p { color: rgb(177,125,45); }
H1.HeaderClassName
{
color: #B17D2D;
}
.AnyTagClassName
{
color: #B17D2D;
}
</style>
background-color css
<style>
a { background-color: #B17D2D; }
a { background-color: rgb(177,125,45); }
div.DivClassName
{
background-color: #B17D2D;
}
.BgClassName
{
background-color: #B17D2D;
}
</style>
border-color css
<style>
span { border-color: #B17D2D; }
span { border-color: rgb(177,125,45); }
td.TdClassName
{
border-color: #B17D2D;
}
.TagClassName
{
border-color: #B17D2D;
}
</style>