Shades of Medium Wood #B07D62
Tints of Medium Wood #B07D62
RGB
CMYK
RGB Variations
Color information
#B07D62 (or 0xB07D62) is known color: Medium Wood. HEX triplet: B0, 7D and 62. RGB value is (176,125,98). Sum of RGB (Red+Green+Blue) = 176+125+98=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D62 is #4F829D. Grayscale: #898989. Windows color (decimal): -5210782 or 6454704. OLE color: 6454704.
HSL color Cylindrical-coordinate representation of color #B07D62: hue angle of 20.77º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B07D62 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 98 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.31 |
| HSL | 20.77º | 0.33% | 0.54% | - |
| HSV(B) | 20.77º | 0.44% | 0.69% | - |
| XYZ | 27.44 | 24.78 | 14.89 | - |
| YUV | 137.17 | 105.9 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 98 | 0 | 0.29 | 0.44 | 0.31 | 20.77 | 0.33 | 0.54 |
| Hex | B0 | 7D | 62 | 0 | 1D | 2C | 1F | 15 | 21 | 36 |
| Octal | 260 | 175 | 142 | 0 | 35 | 54 | 37 | 25 | 41 | 66 |
| Binary | 10110000 | 1111101 | 1100010 | 0 | 11101 | 101100 | 11111 | 10101 | 100001 | 110110 |
Color Harmonies of #B07D62
Complementary color
Monochromatic Colors of #B07D62
Black with #B07D62
Text Example
Text Example
White with #B07D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D62; }
p { color: rgb(176,125,98); }
H1.HeaderClassName
{
color: #B07D62;
}
.AnyTagClassName
{
color: #B07D62;
}
</style>
background-color css
<style>
a { background-color: #B07D62; }
a { background-color: rgb(176,125,98); }
div.DivClassName
{
background-color: #B07D62;
}
.BgClassName
{
background-color: #B07D62;
}
</style>
border-color css
<style>
span { border-color: #B07D62; }
span { border-color: rgb(176,125,98); }
td.TdClassName
{
border-color: #B07D62;
}
.TagClassName
{
border-color: #B07D62;
}
</style>