Shades of Medium Wood #B17760
Tints of Medium Wood #B17760
RGB
CMYK
RGB Variations
Color information
#B17760 (or 0xB17760) is known color: Medium Wood. HEX triplet: B1, 77 and 60. RGB value is (177,119,96). Sum of RGB (Red+Green+Blue) = 177+119+96=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 96 (37.89% from 255 or 24.49% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B17760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17760 is #4E889F. Grayscale: #858585. Windows color (decimal): -5146784 or 6322097. OLE color: 6322097.
HSL color Cylindrical-coordinate representation of color #B17760: hue angle of 17.04º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B17760 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 119 | 96 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.31 |
| HSL | 17.04º | 0.34% | 0.54% | - |
| HSV(B) | 17.04º | 0.46% | 0.69% | - |
| XYZ | 26.84 | 23.39 | 14.17 | - |
| YUV | 133.72 | 106.72 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 119 | 96 | 0 | 0.33 | 0.46 | 0.31 | 17.04 | 0.34 | 0.54 |
| Hex | B1 | 77 | 60 | 0 | 21 | 2E | 1F | 11 | 22 | 36 |
| Octal | 261 | 167 | 140 | 0 | 41 | 56 | 37 | 21 | 42 | 66 |
| Binary | 10110001 | 1110111 | 1100000 | 0 | 100001 | 101110 | 11111 | 10001 | 100010 | 110110 |
Color Harmonies of #B17760
Complementary color
Monochromatic Colors of #B17760
Black with #B17760
Text Example
Text Example
White with #B17760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17760; }
p { color: rgb(177,119,96); }
H1.HeaderClassName
{
color: #B17760;
}
.AnyTagClassName
{
color: #B17760;
}
</style>
background-color css
<style>
a { background-color: #B17760; }
a { background-color: rgb(177,119,96); }
div.DivClassName
{
background-color: #B17760;
}
.BgClassName
{
background-color: #B17760;
}
</style>
border-color css
<style>
span { border-color: #B17760; }
span { border-color: rgb(177,119,96); }
td.TdClassName
{
border-color: #B17760;
}
.TagClassName
{
border-color: #B17760;
}
</style>