Shades of Medium Wood #B17F69
Tints of Medium Wood #B17F69
RGB
CMYK
RGB Variations
Color information
#B17F69 (or 0xB17F69) is known color: Medium Wood. HEX triplet: B1, 7F and 69. RGB value is (177,127,105). Sum of RGB (Red+Green+Blue) = 177+127+105=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 105 (41.41% from 255 or 25.67% from 409); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17F69 is #4E8096. Grayscale: #8B8B8B. Windows color (decimal): -5144727 or 6913969. OLE color: 6913969.
HSL color Cylindrical-coordinate representation of color #B17F69: hue angle of 18.33º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B17F69 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 105 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.31 |
| HSL | 18.33º | 0.32% | 0.55% | - |
| HSV(B) | 18.33º | 0.41% | 0.69% | - |
| XYZ | 28.27 | 25.55 | 16.81 | - |
| YUV | 139.44 | 108.57 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 105 | 0 | 0.28 | 0.41 | 0.31 | 18.33 | 0.32 | 0.55 |
| Hex | B1 | 7F | 69 | 0 | 1C | 29 | 1F | 12 | 20 | 37 |
| Octal | 261 | 177 | 151 | 0 | 34 | 51 | 37 | 22 | 40 | 67 |
| Binary | 10110001 | 1111111 | 1101001 | 0 | 11100 | 101001 | 11111 | 10010 | 100000 | 110111 |
Color Harmonies of #B17F69
Complementary color
Monochromatic Colors of #B17F69
Black with #B17F69
Text Example
Text Example
White with #B17F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F69; }
p { color: rgb(177,127,105); }
H1.HeaderClassName
{
color: #B17F69;
}
.AnyTagClassName
{
color: #B17F69;
}
</style>
background-color css
<style>
a { background-color: #B17F69; }
a { background-color: rgb(177,127,105); }
div.DivClassName
{
background-color: #B17F69;
}
.BgClassName
{
background-color: #B17F69;
}
</style>
border-color css
<style>
span { border-color: #B17F69; }
span { border-color: rgb(177,127,105); }
td.TdClassName
{
border-color: #B17F69;
}
.TagClassName
{
border-color: #B17F69;
}
</style>