Shades of Medium Wood #B17F6A
Tints of Medium Wood #B17F6A
RGB
CMYK
RGB Variations
Color information
#B17F6A (or 0xB17F6A) is known color: Medium Wood. HEX triplet: B1, 7F and 6A. RGB value is (177,127,106). Sum of RGB (Red+Green+Blue) = 177+127+106=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F6A is #4E8095. Grayscale: #8B8B8B. Windows color (decimal): -5144726 or 6979505. OLE color: 6979505.
HSL color Cylindrical-coordinate representation of color #B17F6A: hue angle of 17.75º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B17F6A is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 106 | - |
| CMYK | 0 | 0.28 | 0.40 | 0.31 |
| HSL | 17.75º | 0.31% | 0.55% | - |
| HSV(B) | 17.75º | 0.4% | 0.69% | - |
| XYZ | 28.32 | 25.57 | 17.08 | - |
| YUV | 139.56 | 109.07 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 106 | 0 | 0.28 | 0.40 | 0.31 | 17.75 | 0.31 | 0.55 |
| Hex | B1 | 7F | 6A | 0 | 1C | 28 | 1F | 12 | 1F | 37 |
| Octal | 261 | 177 | 152 | 0 | 34 | 50 | 37 | 22 | 37 | 67 |
| Binary | 10110001 | 1111111 | 1101010 | 0 | 11100 | 101000 | 11111 | 10010 | 11111 | 110111 |
Color Harmonies of #B17F6A
Complementary color
Monochromatic Colors of #B17F6A
Black with #B17F6A
Text Example
Text Example
White with #B17F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F6A; }
p { color: rgb(177,127,106); }
H1.HeaderClassName
{
color: #B17F6A;
}
.AnyTagClassName
{
color: #B17F6A;
}
</style>
background-color css
<style>
a { background-color: #B17F6A; }
a { background-color: rgb(177,127,106); }
div.DivClassName
{
background-color: #B17F6A;
}
.BgClassName
{
background-color: #B17F6A;
}
</style>
border-color css
<style>
span { border-color: #B17F6A; }
span { border-color: rgb(177,127,106); }
td.TdClassName
{
border-color: #B17F6A;
}
.TagClassName
{
border-color: #B17F6A;
}
</style>