Shades of Medium Wood #B07D63
Tints of Medium Wood #B07D63
RGB
CMYK
RGB Variations
Color information
#B07D63 (or 0xB07D63) is known color: Medium Wood. HEX triplet: B0, 7D and 63. RGB value is (176,125,99). Sum of RGB (Red+Green+Blue) = 176+125+99=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 125 (49.22% from 255 or 31.25% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D63 is #4F829C. Grayscale: #898989. Windows color (decimal): -5210781 or 6520240. OLE color: 6520240.
HSL color Cylindrical-coordinate representation of color #B07D63: hue angle of 20.26º 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 #B07D63 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 125 | 99 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.31 |
| HSL | 20.26º | 0.33% | 0.54% | - |
| HSV(B) | 20.26º | 0.44% | 0.69% | - |
| XYZ | 27.49 | 24.8 | 15.14 | - |
| YUV | 137.29 | 106.4 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 125 | 99 | 0 | 0.29 | 0.44 | 0.31 | 20.26 | 0.33 | 0.54 |
| Hex | B0 | 7D | 63 | 0 | 1D | 2C | 1F | 14 | 21 | 36 |
| Octal | 260 | 175 | 143 | 0 | 35 | 54 | 37 | 24 | 41 | 66 |
| Binary | 10110000 | 1111101 | 1100011 | 0 | 11101 | 101100 | 11111 | 10100 | 100001 | 110110 |
Color Harmonies of #B07D63
Complementary color
Monochromatic Colors of #B07D63
Black with #B07D63
Text Example
Text Example
White with #B07D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07D63; }
p { color: rgb(176,125,99); }
H1.HeaderClassName
{
color: #B07D63;
}
.AnyTagClassName
{
color: #B07D63;
}
</style>
background-color css
<style>
a { background-color: #B07D63; }
a { background-color: rgb(176,125,99); }
div.DivClassName
{
background-color: #B07D63;
}
.BgClassName
{
background-color: #B07D63;
}
</style>
border-color css
<style>
span { border-color: #B07D63; }
span { border-color: rgb(176,125,99); }
td.TdClassName
{
border-color: #B07D63;
}
.TagClassName
{
border-color: #B07D63;
}
</style>