Shades of Medium Wood #B17D5A
Tints of Medium Wood #B17D5A
RGB
CMYK
RGB Variations
Color information
#B17D5A (or 0xB17D5A) is known color: Medium Wood. HEX triplet: B1, 7D and 5A. RGB value is (177,125,90). Sum of RGB (Red+Green+Blue) = 177+125+90=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 90 (35.55% from 255 or 22.96% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B17D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17D5A is #4E82A5. Grayscale: #888888. Windows color (decimal): -5145254 or 5930417. OLE color: 5930417.
HSL color Cylindrical-coordinate representation of color #B17D5A: hue angle of 24.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B17D5A is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 125 | 90 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.31 |
| HSL | 24.14º | 0.36% | 0.52% | - |
| HSV(B) | 24.14º | 0.49% | 0.69% | - |
| XYZ | 27.31 | 24.75 | 13.01 | - |
| YUV | 136.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 125 | 90 | 0 | 0.29 | 0.49 | 0.31 | 24.14 | 0.36 | 0.52 |
| Hex | B1 | 7D | 5A | 0 | 1D | 31 | 1F | 18 | 24 | 34 |
| Octal | 261 | 175 | 132 | 0 | 35 | 61 | 37 | 30 | 44 | 64 |
| Binary | 10110001 | 1111101 | 1011010 | 0 | 11101 | 110001 | 11111 | 11000 | 100100 | 110100 |
Color Harmonies of #B17D5A
Complementary color
Monochromatic Colors of #B17D5A
Black with #B17D5A
Text Example
Text Example
White with #B17D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17D5A; }
p { color: rgb(177,125,90); }
H1.HeaderClassName
{
color: #B17D5A;
}
.AnyTagClassName
{
color: #B17D5A;
}
</style>
background-color css
<style>
a { background-color: #B17D5A; }
a { background-color: rgb(177,125,90); }
div.DivClassName
{
background-color: #B17D5A;
}
.BgClassName
{
background-color: #B17D5A;
}
</style>
border-color css
<style>
span { border-color: #B17D5A; }
span { border-color: rgb(177,125,90); }
td.TdClassName
{
border-color: #B17D5A;
}
.TagClassName
{
border-color: #B17D5A;
}
</style>