Shades of Medium Wood #B17B5A
Tints of Medium Wood #B17B5A
RGB
CMYK
RGB Variations
Color information
#B17B5A (or 0xB17B5A) is known color: Medium Wood. HEX triplet: B1, 7B and 5A. RGB value is (177,123,90). Sum of RGB (Red+Green+Blue) = 177+123+90=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B17B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17B5A is #4E84A5. Grayscale: #878787. Windows color (decimal): -5145766 or 5929905. OLE color: 5929905.
HSL color Cylindrical-coordinate representation of color #B17B5A: hue angle of 22.76º 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 #B17B5A is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 123 | 90 | - |
| CMYK | 0 | 0.31 | 0.49 | 0.31 |
| HSL | 22.76º | 0.36% | 0.52% | - |
| HSV(B) | 22.76º | 0.49% | 0.69% | - |
| XYZ | 27.06 | 24.25 | 12.93 | - |
| YUV | 135.38 | 102.39 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 123 | 90 | 0 | 0.31 | 0.49 | 0.31 | 22.76 | 0.36 | 0.52 |
| Hex | B1 | 7B | 5A | 0 | 1F | 31 | 1F | 17 | 24 | 34 |
| Octal | 261 | 173 | 132 | 0 | 37 | 61 | 37 | 27 | 44 | 64 |
| Binary | 10110001 | 1111011 | 1011010 | 0 | 11111 | 110001 | 11111 | 10111 | 100100 | 110100 |
Color Harmonies of #B17B5A
Complementary color
Monochromatic Colors of #B17B5A
Black with #B17B5A
Text Example
Text Example
White with #B17B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17B5A; }
p { color: rgb(177,123,90); }
H1.HeaderClassName
{
color: #B17B5A;
}
.AnyTagClassName
{
color: #B17B5A;
}
</style>
background-color css
<style>
a { background-color: #B17B5A; }
a { background-color: rgb(177,123,90); }
div.DivClassName
{
background-color: #B17B5A;
}
.BgClassName
{
background-color: #B17B5A;
}
</style>
border-color css
<style>
span { border-color: #B17B5A; }
span { border-color: rgb(177,123,90); }
td.TdClassName
{
border-color: #B17B5A;
}
.TagClassName
{
border-color: #B17B5A;
}
</style>