Shades of Medium Wood #B17B5B
Tints of Medium Wood #B17B5B
RGB
CMYK
RGB Variations
Color information
#B17B5B (or 0xB17B5B) is known color: Medium Wood. HEX triplet: B1, 7B and 5B. RGB value is (177,123,91). Sum of RGB (Red+Green+Blue) = 177+123+91=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B5B is #4E84A4. Grayscale: #878787. Windows color (decimal): -5145765 or 5995441. OLE color: 5995441.
HSL color Cylindrical-coordinate representation of color #B17B5B: hue angle of 22.33º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B17B5B is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 91 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.31 |
| HSL | 22.33º | 0.36% | 0.53% | - |
| HSV(B) | 22.33º | 0.49% | 0.69% | - |
| XYZ | 27.1 | 24.27 | 13.15 | - |
| YUV | 135.5 | 102.89 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 91 | 0 | 0.31 | 0.49 | 0.31 | 22.33 | 0.36 | 0.53 |
| Hex | B1 | 7B | 5B | 0 | 1F | 31 | 1F | 16 | 24 | 35 |
| Octal | 261 | 173 | 133 | 0 | 37 | 61 | 37 | 26 | 44 | 65 |
| Binary | 10110001 | 1111011 | 1011011 | 0 | 11111 | 110001 | 11111 | 10110 | 100100 | 110101 |
Color Harmonies of #B17B5B
Complementary color
Monochromatic Colors of #B17B5B
Black with #B17B5B
Text Example
Text Example
White with #B17B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B5B; }
p { color: rgb(177,123,91); }
H1.HeaderClassName
{
color: #B17B5B;
}
.AnyTagClassName
{
color: #B17B5B;
}
</style>
background-color css
<style>
a { background-color: #B17B5B; }
a { background-color: rgb(177,123,91); }
div.DivClassName
{
background-color: #B17B5B;
}
.BgClassName
{
background-color: #B17B5B;
}
</style>
border-color css
<style>
span { border-color: #B17B5B; }
span { border-color: rgb(177,123,91); }
td.TdClassName
{
border-color: #B17B5B;
}
.TagClassName
{
border-color: #B17B5B;
}
</style>