Shades of Medium Wood #B98165
Tints of Medium Wood #B98165
RGB
CMYK
RGB Variations
Color information
#B98165 (or 0xB98165) is known color: Medium Wood. HEX triplet: B9, 81 and 65. RGB value is (185,129,101). Sum of RGB (Red+Green+Blue) = 185+129+101=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 185 - color contains mainly: red. Hex color #B98165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98165 is #467E9A. Grayscale: #8E8E8E. Windows color (decimal): -4619931 or 6652345. OLE color: 6652345.
HSL color Cylindrical-coordinate representation of color #B98165: hue angle of 20º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B98165 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 129 | 101 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.27 |
| HSL | 20º | 0.38% | 0.56% | - |
| HSV(B) | 20º | 0.45% | 0.73% | - |
| XYZ | 30.21 | 26.95 | 15.92 | - |
| YUV | 142.55 | 104.55 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 129 | 101 | 0 | 0.30 | 0.45 | 0.27 | 20 | 0.38 | 0.56 |
| Hex | B9 | 81 | 65 | 0 | 1E | 2D | 1B | 14 | 26 | 38 |
| Octal | 271 | 201 | 145 | 0 | 36 | 55 | 33 | 24 | 46 | 70 |
| Binary | 10111001 | 10000001 | 1100101 | 0 | 11110 | 101101 | 11011 | 10100 | 100110 | 111000 |
Color Harmonies of #B98165
Complementary color
Monochromatic Colors of #B98165
Black with #B98165
Text Example
Text Example
White with #B98165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98165; }
p { color: rgb(185,129,101); }
H1.HeaderClassName
{
color: #B98165;
}
.AnyTagClassName
{
color: #B98165;
}
</style>
background-color css
<style>
a { background-color: #B98165; }
a { background-color: rgb(185,129,101); }
div.DivClassName
{
background-color: #B98165;
}
.BgClassName
{
background-color: #B98165;
}
</style>
border-color css
<style>
span { border-color: #B98165; }
span { border-color: rgb(185,129,101); }
td.TdClassName
{
border-color: #B98165;
}
.TagClassName
{
border-color: #B98165;
}
</style>