Shades of Medium Wood #B17E65
Tints of Medium Wood #B17E65
RGB
CMYK
RGB Variations
Color information
#B17E65 (or 0xB17E65) is known color: Medium Wood. HEX triplet: B1, 7E and 65. RGB value is (177,126,101). Sum of RGB (Red+Green+Blue) = 177+126+101=404 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.81% from 404); Green value is 126 (49.61% from 255 or 31.19% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E65 is #4E819A. Grayscale: #8A8A8A. Windows color (decimal): -5144987 or 6651569. OLE color: 6651569.
HSL color Cylindrical-coordinate representation of color #B17E65: hue angle of 19.74º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B17E65 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 101 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.31 |
| HSL | 19.74º | 0.33% | 0.55% | - |
| HSV(B) | 19.74º | 0.43% | 0.69% | - |
| XYZ | 27.94 | 25.21 | 15.7 | - |
| YUV | 138.4 | 106.9 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 101 | 0 | 0.29 | 0.43 | 0.31 | 19.74 | 0.33 | 0.55 |
| Hex | B1 | 7E | 65 | 0 | 1D | 2B | 1F | 14 | 21 | 37 |
| Octal | 261 | 176 | 145 | 0 | 35 | 53 | 37 | 24 | 41 | 67 |
| Binary | 10110001 | 1111110 | 1100101 | 0 | 11101 | 101011 | 11111 | 10100 | 100001 | 110111 |
Color Harmonies of #B17E65
Complementary color
Monochromatic Colors of #B17E65
Black with #B17E65
Text Example
Text Example
White with #B17E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E65; }
p { color: rgb(177,126,101); }
H1.HeaderClassName
{
color: #B17E65;
}
.AnyTagClassName
{
color: #B17E65;
}
</style>
background-color css
<style>
a { background-color: #B17E65; }
a { background-color: rgb(177,126,101); }
div.DivClassName
{
background-color: #B17E65;
}
.BgClassName
{
background-color: #B17E65;
}
</style>
border-color css
<style>
span { border-color: #B17E65; }
span { border-color: rgb(177,126,101); }
td.TdClassName
{
border-color: #B17E65;
}
.TagClassName
{
border-color: #B17E65;
}
</style>