Shades of Medium Wood #B17E5F
Tints of Medium Wood #B17E5F
RGB
CMYK
RGB Variations
Color information
#B17E5F (or 0xB17E5F) is known color: Medium Wood. HEX triplet: B1, 7E and 5F. RGB value is (177,126,95). Sum of RGB (Red+Green+Blue) = 177+126+95=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 95 (37.5% from 255 or 23.87% from 398); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E5F is #4E81A0. Grayscale: #898989. Windows color (decimal): -5144993 or 6258353. OLE color: 6258353.
HSL color Cylindrical-coordinate representation of color #B17E5F: hue angle of 22.68º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17E5F is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 95 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.31 |
| HSL | 22.68º | 0.34% | 0.53% | - |
| HSV(B) | 22.68º | 0.46% | 0.69% | - |
| XYZ | 27.66 | 25.1 | 14.21 | - |
| YUV | 137.72 | 103.9 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 95 | 0 | 0.29 | 0.46 | 0.31 | 22.68 | 0.34 | 0.53 |
| Hex | B1 | 7E | 5F | 0 | 1D | 2E | 1F | 17 | 22 | 35 |
| Octal | 261 | 176 | 137 | 0 | 35 | 56 | 37 | 27 | 42 | 65 |
| Binary | 10110001 | 1111110 | 1011111 | 0 | 11101 | 101110 | 11111 | 10111 | 100010 | 110101 |
Color Harmonies of #B17E5F
Complementary color
Monochromatic Colors of #B17E5F
Black with #B17E5F
Text Example
Text Example
White with #B17E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E5F; }
p { color: rgb(177,126,95); }
H1.HeaderClassName
{
color: #B17E5F;
}
.AnyTagClassName
{
color: #B17E5F;
}
</style>
background-color css
<style>
a { background-color: #B17E5F; }
a { background-color: rgb(177,126,95); }
div.DivClassName
{
background-color: #B17E5F;
}
.BgClassName
{
background-color: #B17E5F;
}
</style>
border-color css
<style>
span { border-color: #B17E5F; }
span { border-color: rgb(177,126,95); }
td.TdClassName
{
border-color: #B17E5F;
}
.TagClassName
{
border-color: #B17E5F;
}
</style>