Shades of Medium Wood #B17B55
Tints of Medium Wood #B17B55
RGB
CMYK
RGB Variations
Color information
#B17B55 (or 0xB17B55) is known color: Medium Wood. HEX triplet: B1, 7B and 55. RGB value is (177,123,85). Sum of RGB (Red+Green+Blue) = 177+123+85=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B55 is #4E84AA. Grayscale: #878787. Windows color (decimal): -5145771 or 5602225. OLE color: 5602225.
HSL color Cylindrical-coordinate representation of color #B17B55: hue angle of 24.78º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B17B55 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 85 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.31 |
| HSL | 24.78º | 0.37% | 0.51% | - |
| HSV(B) | 24.78º | 0.52% | 0.69% | - |
| XYZ | 26.85 | 24.17 | 11.84 | - |
| YUV | 134.81 | 99.89 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 85 | 0 | 0.31 | 0.52 | 0.31 | 24.78 | 0.37 | 0.51 |
| Hex | B1 | 7B | 55 | 0 | 1F | 34 | 1F | 19 | 25 | 33 |
| Octal | 261 | 173 | 125 | 0 | 37 | 64 | 37 | 31 | 45 | 63 |
| Binary | 10110001 | 1111011 | 1010101 | 0 | 11111 | 110100 | 11111 | 11001 | 100101 | 110011 |
Color Harmonies of #B17B55
Complementary color
Monochromatic Colors of #B17B55
Black with #B17B55
Text Example
Text Example
White with #B17B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B55; }
p { color: rgb(177,123,85); }
H1.HeaderClassName
{
color: #B17B55;
}
.AnyTagClassName
{
color: #B17B55;
}
</style>
background-color css
<style>
a { background-color: #B17B55; }
a { background-color: rgb(177,123,85); }
div.DivClassName
{
background-color: #B17B55;
}
.BgClassName
{
background-color: #B17B55;
}
</style>
border-color css
<style>
span { border-color: #B17B55; }
span { border-color: rgb(177,123,85); }
td.TdClassName
{
border-color: #B17B55;
}
.TagClassName
{
border-color: #B17B55;
}
</style>