Shades of Medium Wood #B07A5F
Tints of Medium Wood #B07A5F
RGB
CMYK
RGB Variations
Color information
#B07A5F (or 0xB07A5F) is known color: Medium Wood. HEX triplet: B0, 7A and 5F. RGB value is (176,122,95). Sum of RGB (Red+Green+Blue) = 176+122+95=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07A5F is #4F85A0. Grayscale: #878787. Windows color (decimal): -5211553 or 6257328. OLE color: 6257328.
HSL color Cylindrical-coordinate representation of color #B07A5F: hue angle of 20º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B07A5F is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 95 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.31 |
| HSL | 20º | 0.34% | 0.53% | - |
| HSV(B) | 20º | 0.46% | 0.69% | - |
| XYZ | 26.93 | 23.98 | 14.03 | - |
| YUV | 135.07 | 105.39 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 95 | 0 | 0.31 | 0.46 | 0.31 | 20 | 0.34 | 0.53 |
| Hex | B0 | 7A | 5F | 0 | 1F | 2E | 1F | 14 | 22 | 35 |
| Octal | 260 | 172 | 137 | 0 | 37 | 56 | 37 | 24 | 42 | 65 |
| Binary | 10110000 | 1111010 | 1011111 | 0 | 11111 | 101110 | 11111 | 10100 | 100010 | 110101 |
Color Harmonies of #B07A5F
Complementary color
Monochromatic Colors of #B07A5F
Black with #B07A5F
Text Example
Text Example
White with #B07A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A5F; }
p { color: rgb(176,122,95); }
H1.HeaderClassName
{
color: #B07A5F;
}
.AnyTagClassName
{
color: #B07A5F;
}
</style>
background-color css
<style>
a { background-color: #B07A5F; }
a { background-color: rgb(176,122,95); }
div.DivClassName
{
background-color: #B07A5F;
}
.BgClassName
{
background-color: #B07A5F;
}
</style>
border-color css
<style>
span { border-color: #B07A5F; }
span { border-color: rgb(176,122,95); }
td.TdClassName
{
border-color: #B07A5F;
}
.TagClassName
{
border-color: #B07A5F;
}
</style>