Shades of Medium Wood #B98565
Tints of Medium Wood #B98565
RGB
CMYK
RGB Variations
Color information
#B98565 (or 0xB98565) is known color: Medium Wood. HEX triplet: B9, 85 and 65. RGB value is (185,133,101). Sum of RGB (Red+Green+Blue) = 185+133+101=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 101 (39.84% from 255 or 24.11% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B98565 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98565 is #467A9A. Grayscale: #919191. Windows color (decimal): -4618907 or 6653369. OLE color: 6653369.
HSL color Cylindrical-coordinate representation of color #B98565: hue angle of 22.86º 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 #B98565 is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 133 | 101 | - |
| CMYK | 0 | 0.28 | 0.45 | 0.27 |
| HSL | 22.86º | 0.38% | 0.56% | - |
| HSV(B) | 22.86º | 0.45% | 0.73% | - |
| XYZ | 30.74 | 28.03 | 16.1 | - |
| YUV | 144.9 | 103.23 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 133 | 101 | 0 | 0.28 | 0.45 | 0.27 | 22.86 | 0.38 | 0.56 |
| Hex | B9 | 85 | 65 | 0 | 1C | 2D | 1B | 17 | 26 | 38 |
| Octal | 271 | 205 | 145 | 0 | 34 | 55 | 33 | 27 | 46 | 70 |
| Binary | 10111001 | 10000101 | 1100101 | 0 | 11100 | 101101 | 11011 | 10111 | 100110 | 111000 |
Color Harmonies of #B98565
Complementary color
Monochromatic Colors of #B98565
Black with #B98565
Text Example
Text Example
White with #B98565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98565; }
p { color: rgb(185,133,101); }
H1.HeaderClassName
{
color: #B98565;
}
.AnyTagClassName
{
color: #B98565;
}
</style>
background-color css
<style>
a { background-color: #B98565; }
a { background-color: rgb(185,133,101); }
div.DivClassName
{
background-color: #B98565;
}
.BgClassName
{
background-color: #B98565;
}
</style>
border-color css
<style>
span { border-color: #B98565; }
span { border-color: rgb(185,133,101); }
td.TdClassName
{
border-color: #B98565;
}
.TagClassName
{
border-color: #B98565;
}
</style>