Shades of Medium Wood #B07965
Tints of Medium Wood #B07965
RGB
CMYK
RGB Variations
Color information
#B07965 (or 0xB07965) is known color: Medium Wood. HEX triplet: B0, 79 and 65. RGB value is (176,121,101). Sum of RGB (Red+Green+Blue) = 176+121+101=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B07965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07965 is #4F869A. Grayscale: #878787. Windows color (decimal): -5211803 or 6650288. OLE color: 6650288.
HSL color Cylindrical-coordinate representation of color #B07965: hue angle of 16º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B07965 is Cyan = 0, Magento = 0.31, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 121 | 101 | - |
| CMYK | 0 | 0.31 | 0.43 | 0.31 |
| HSL | 16º | 0.32% | 0.54% | - |
| HSV(B) | 16º | 0.43% | 0.69% | - |
| XYZ | 27.09 | 23.84 | 15.49 | - |
| YUV | 135.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 121 | 101 | 0 | 0.31 | 0.43 | 0.31 | 16 | 0.32 | 0.54 |
| Hex | B0 | 79 | 65 | 0 | 1F | 2B | 1F | 10 | 20 | 36 |
| Octal | 260 | 171 | 145 | 0 | 37 | 53 | 37 | 20 | 40 | 66 |
| Binary | 10110000 | 1111001 | 1100101 | 0 | 11111 | 101011 | 11111 | 10000 | 100000 | 110110 |
Color Harmonies of #B07965
Complementary color
Monochromatic Colors of #B07965
Black with #B07965
Text Example
Text Example
White with #B07965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07965; }
p { color: rgb(176,121,101); }
H1.HeaderClassName
{
color: #B07965;
}
.AnyTagClassName
{
color: #B07965;
}
</style>
background-color css
<style>
a { background-color: #B07965; }
a { background-color: rgb(176,121,101); }
div.DivClassName
{
background-color: #B07965;
}
.BgClassName
{
background-color: #B07965;
}
</style>
border-color css
<style>
span { border-color: #B07965; }
span { border-color: rgb(176,121,101); }
td.TdClassName
{
border-color: #B07965;
}
.TagClassName
{
border-color: #B07965;
}
</style>