Shades of Medium Wood #B17F64
Tints of Medium Wood #B17F64
RGB
CMYK
RGB Variations
Color information
#B17F64 (or 0xB17F64) is known color: Medium Wood. HEX triplet: B1, 7F and 64. RGB value is (177,127,100). Sum of RGB (Red+Green+Blue) = 177+127+100=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F64 is #4E809B. Grayscale: #8B8B8B. Windows color (decimal): -5144732 or 6586289. OLE color: 6586289.
HSL color Cylindrical-coordinate representation of color #B17F64: hue angle of 21.04º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B17F64 is Cyan = 0, Magento = 0.28, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 100 | - |
| CMYK | 0 | 0.28 | 0.44 | 0.31 |
| HSL | 21.04º | 0.33% | 0.54% | - |
| HSV(B) | 21.04º | 0.44% | 0.69% | - |
| XYZ | 28.02 | 25.45 | 15.49 | - |
| YUV | 138.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 100 | 0 | 0.28 | 0.44 | 0.31 | 21.04 | 0.33 | 0.54 |
| Hex | B1 | 7F | 64 | 0 | 1C | 2C | 1F | 15 | 21 | 36 |
| Octal | 261 | 177 | 144 | 0 | 34 | 54 | 37 | 25 | 41 | 66 |
| Binary | 10110001 | 1111111 | 1100100 | 0 | 11100 | 101100 | 11111 | 10101 | 100001 | 110110 |
Color Harmonies of #B17F64
Complementary color
Monochromatic Colors of #B17F64
Black with #B17F64
Text Example
Text Example
White with #B17F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F64; }
p { color: rgb(177,127,100); }
H1.HeaderClassName
{
color: #B17F64;
}
.AnyTagClassName
{
color: #B17F64;
}
</style>
background-color css
<style>
a { background-color: #B17F64; }
a { background-color: rgb(177,127,100); }
div.DivClassName
{
background-color: #B17F64;
}
.BgClassName
{
background-color: #B17F64;
}
</style>
border-color css
<style>
span { border-color: #B17F64; }
span { border-color: rgb(177,127,100); }
td.TdClassName
{
border-color: #B17F64;
}
.TagClassName
{
border-color: #B17F64;
}
</style>