Shades of Medium Wood #B17E5A
Tints of Medium Wood #B17E5A
RGB
CMYK
RGB Variations
Color information
#B17E5A (or 0xB17E5A) is known color: Medium Wood. HEX triplet: B1, 7E and 5A. RGB value is (177,126,90). Sum of RGB (Red+Green+Blue) = 177+126+90=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 126 (49.61% from 255 or 32.06% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 177 - color contains mainly: red. Hex color #B17E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17E5A is #4E81A5. Grayscale: #898989. Windows color (decimal): -5144998 or 5930673. OLE color: 5930673.
HSL color Cylindrical-coordinate representation of color #B17E5A: hue angle of 24.83º 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 #B17E5A is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 126 | 90 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.31 |
| HSL | 24.83º | 0.36% | 0.52% | - |
| HSV(B) | 24.83º | 0.49% | 0.69% | - |
| XYZ | 27.44 | 25.01 | 13.05 | - |
| YUV | 137.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 126 | 90 | 0 | 0.29 | 0.49 | 0.31 | 24.83 | 0.36 | 0.52 |
| Hex | B1 | 7E | 5A | 0 | 1D | 31 | 1F | 19 | 24 | 34 |
| Octal | 261 | 176 | 132 | 0 | 35 | 61 | 37 | 31 | 44 | 64 |
| Binary | 10110001 | 1111110 | 1011010 | 0 | 11101 | 110001 | 11111 | 11001 | 100100 | 110100 |
Color Harmonies of #B17E5A
Complementary color
Monochromatic Colors of #B17E5A
Black with #B17E5A
Text Example
Text Example
White with #B17E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17E5A; }
p { color: rgb(177,126,90); }
H1.HeaderClassName
{
color: #B17E5A;
}
.AnyTagClassName
{
color: #B17E5A;
}
</style>
background-color css
<style>
a { background-color: #B17E5A; }
a { background-color: rgb(177,126,90); }
div.DivClassName
{
background-color: #B17E5A;
}
.BgClassName
{
background-color: #B17E5A;
}
</style>
border-color css
<style>
span { border-color: #B17E5A; }
span { border-color: rgb(177,126,90); }
td.TdClassName
{
border-color: #B17E5A;
}
.TagClassName
{
border-color: #B17E5A;
}
</style>