Shades of Medium Wood #B07F5A
Tints of Medium Wood #B07F5A
RGB
CMYK
RGB Variations
Color information
#B07F5A (or 0xB07F5A) is known color: Medium Wood. HEX triplet: B0, 7F and 5A. RGB value is (176,127,90). Sum of RGB (Red+Green+Blue) = 176+127+90=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 127 (50% from 255 or 32.32% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F5A is #4F80A5. Grayscale: #898989. Windows color (decimal): -5210278 or 5930928. OLE color: 5930928.
HSL color Cylindrical-coordinate representation of color #B07F5A: hue angle of 25.81º degrees, saturation: 0.35, 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 #B07F5A is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 127 | 90 | - |
| CMYK | 0 | 0.28 | 0.49 | 0.31 |
| HSL | 25.81º | 0.35% | 0.52% | - |
| HSV(B) | 25.81º | 0.49% | 0.69% | - |
| XYZ | 27.34 | 25.15 | 13.09 | - |
| YUV | 137.43 | 101.23 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 127 | 90 | 0 | 0.28 | 0.49 | 0.31 | 25.81 | 0.35 | 0.52 |
| Hex | B0 | 7F | 5A | 0 | 1C | 31 | 1F | 1A | 23 | 34 |
| Octal | 260 | 177 | 132 | 0 | 34 | 61 | 37 | 32 | 43 | 64 |
| Binary | 10110000 | 1111111 | 1011010 | 0 | 11100 | 110001 | 11111 | 11010 | 100011 | 110100 |
Color Harmonies of #B07F5A
Complementary color
Monochromatic Colors of #B07F5A
Black with #B07F5A
Text Example
Text Example
White with #B07F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07F5A; }
p { color: rgb(176,127,90); }
H1.HeaderClassName
{
color: #B07F5A;
}
.AnyTagClassName
{
color: #B07F5A;
}
</style>
background-color css
<style>
a { background-color: #B07F5A; }
a { background-color: rgb(176,127,90); }
div.DivClassName
{
background-color: #B07F5A;
}
.BgClassName
{
background-color: #B07F5A;
}
</style>
border-color css
<style>
span { border-color: #B07F5A; }
span { border-color: rgb(176,127,90); }
td.TdClassName
{
border-color: #B07F5A;
}
.TagClassName
{
border-color: #B07F5A;
}
</style>