Shades of Medium Wood #B17A5A
Tints of Medium Wood #B17A5A
RGB
CMYK
RGB Variations
Color information
#B17A5A (or 0xB17A5A) is known color: Medium Wood. HEX triplet: B1, 7A and 5A. RGB value is (177,122,90). Sum of RGB (Red+Green+Blue) = 177+122+90=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B17A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17A5A is #4E85A5. Grayscale: #868686. Windows color (decimal): -5146022 or 5929649. OLE color: 5929649.
HSL color Cylindrical-coordinate representation of color #B17A5A: hue angle of 22.07º 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 #B17A5A is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 122 | 90 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.31 |
| HSL | 22.07º | 0.36% | 0.52% | - |
| HSV(B) | 22.07º | 0.49% | 0.69% | - |
| XYZ | 26.94 | 24 | 12.89 | - |
| YUV | 134.8 | 102.72 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 122 | 90 | 0 | 0.31 | 0.49 | 0.31 | 22.07 | 0.36 | 0.52 |
| Hex | B1 | 7A | 5A | 0 | 1F | 31 | 1F | 16 | 24 | 34 |
| Octal | 261 | 172 | 132 | 0 | 37 | 61 | 37 | 26 | 44 | 64 |
| Binary | 10110001 | 1111010 | 1011010 | 0 | 11111 | 110001 | 11111 | 10110 | 100100 | 110100 |
Color Harmonies of #B17A5A
Complementary color
Monochromatic Colors of #B17A5A
Black with #B17A5A
Text Example
Text Example
White with #B17A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17A5A; }
p { color: rgb(177,122,90); }
H1.HeaderClassName
{
color: #B17A5A;
}
.AnyTagClassName
{
color: #B17A5A;
}
</style>
background-color css
<style>
a { background-color: #B17A5A; }
a { background-color: rgb(177,122,90); }
div.DivClassName
{
background-color: #B17A5A;
}
.BgClassName
{
background-color: #B17A5A;
}
</style>
border-color css
<style>
span { border-color: #B17A5A; }
span { border-color: rgb(177,122,90); }
td.TdClassName
{
border-color: #B17A5A;
}
.TagClassName
{
border-color: #B17A5A;
}
</style>