Shades of Medium Wood #B07F5E
Tints of Medium Wood #B07F5E
RGB
CMYK
RGB Variations
Color information
#B07F5E (or 0xB07F5E) is known color: Medium Wood. HEX triplet: B0, 7F and 5E. RGB value is (176,127,94). Sum of RGB (Red+Green+Blue) = 176+127+94=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 127 (50% from 255 or 31.99% from 397); Blue value is 94 (37.11% from 255 or 23.68% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F5E is #4F80A1. Grayscale: #8A8A8A. Windows color (decimal): -5210274 or 6193072. OLE color: 6193072.
HSL color Cylindrical-coordinate representation of color #B07F5E: hue angle of 24.15º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B07F5E is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 94 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.31 |
| HSL | 24.15º | 0.34% | 0.53% | - |
| HSV(B) | 24.15º | 0.47% | 0.69% | - |
| XYZ | 27.51 | 25.22 | 14.01 | - |
| YUV | 137.89 | 103.23 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 94 | 0 | 0.28 | 0.47 | 0.31 | 24.15 | 0.34 | 0.53 |
| Hex | B0 | 7F | 5E | 0 | 1C | 2F | 1F | 18 | 22 | 35 |
| Octal | 260 | 177 | 136 | 0 | 34 | 57 | 37 | 30 | 42 | 65 |
| Binary | 10110000 | 1111111 | 1011110 | 0 | 11100 | 101111 | 11111 | 11000 | 100010 | 110101 |
Color Harmonies of #B07F5E
Complementary color
Monochromatic Colors of #B07F5E
Black with #B07F5E
Text Example
Text Example
White with #B07F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F5E; }
p { color: rgb(176,127,94); }
H1.HeaderClassName
{
color: #B07F5E;
}
.AnyTagClassName
{
color: #B07F5E;
}
</style>
background-color css
<style>
a { background-color: #B07F5E; }
a { background-color: rgb(176,127,94); }
div.DivClassName
{
background-color: #B07F5E;
}
.BgClassName
{
background-color: #B07F5E;
}
</style>
border-color css
<style>
span { border-color: #B07F5E; }
span { border-color: rgb(176,127,94); }
td.TdClassName
{
border-color: #B07F5E;
}
.TagClassName
{
border-color: #B07F5E;
}
</style>