Shades of Medium Wood #B17A5F
Tints of Medium Wood #B17A5F
RGB
CMYK
RGB Variations
Color information
#B17A5F (or 0xB17A5F) is known color: Medium Wood. HEX triplet: B1, 7A and 5F. RGB value is (177,122,95). Sum of RGB (Red+Green+Blue) = 177+122+95=394 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.92% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A5F is #4E85A0. Grayscale: #878787. Windows color (decimal): -5146017 or 6257329. OLE color: 6257329.
HSL color Cylindrical-coordinate representation of color #B17A5F: hue angle of 19.76º 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 #B17A5F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 95 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.31 |
| HSL | 19.76º | 0.34% | 0.53% | - |
| HSV(B) | 19.76º | 0.46% | 0.69% | - |
| XYZ | 27.16 | 24.09 | 14.05 | - |
| YUV | 135.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 95 | 0 | 0.31 | 0.46 | 0.31 | 19.76 | 0.34 | 0.53 |
| Hex | B1 | 7A | 5F | 0 | 1F | 2E | 1F | 14 | 22 | 35 |
| Octal | 261 | 172 | 137 | 0 | 37 | 56 | 37 | 24 | 42 | 65 |
| Binary | 10110001 | 1111010 | 1011111 | 0 | 11111 | 101110 | 11111 | 10100 | 100010 | 110101 |
Color Harmonies of #B17A5F
Complementary color
Monochromatic Colors of #B17A5F
Black with #B17A5F
Text Example
Text Example
White with #B17A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A5F; }
p { color: rgb(177,122,95); }
H1.HeaderClassName
{
color: #B17A5F;
}
.AnyTagClassName
{
color: #B17A5F;
}
</style>
background-color css
<style>
a { background-color: #B17A5F; }
a { background-color: rgb(177,122,95); }
div.DivClassName
{
background-color: #B17A5F;
}
.BgClassName
{
background-color: #B17A5F;
}
</style>
border-color css
<style>
span { border-color: #B17A5F; }
span { border-color: rgb(177,122,95); }
td.TdClassName
{
border-color: #B17A5F;
}
.TagClassName
{
border-color: #B17A5F;
}
</style>