Shades of Medium Wood #B98664
Tints of Medium Wood #B98664
RGB
CMYK
RGB Variations
Color information
#B98664 (or 0xB98664) is known color: Medium Wood. HEX triplet: B9, 86 and 64. RGB value is (185,134,100). Sum of RGB (Red+Green+Blue) = 185+134+100=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 185 - color contains mainly: red. Hex color #B98664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98664 is #46799B. Grayscale: #919191. Windows color (decimal): -4618652 or 6588089. OLE color: 6588089.
HSL color Cylindrical-coordinate representation of color #B98664: hue angle of 24º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B98664 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 134 | 100 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.27 |
| HSL | 24º | 0.38% | 0.56% | - |
| HSV(B) | 24º | 0.46% | 0.73% | - |
| XYZ | 30.83 | 28.28 | 15.89 | - |
| YUV | 145.37 | 102.4 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 134 | 100 | 0 | 0.28 | 0.46 | 0.27 | 24 | 0.38 | 0.56 |
| Hex | B9 | 86 | 64 | 0 | 1C | 2E | 1B | 18 | 26 | 38 |
| Octal | 271 | 206 | 144 | 0 | 34 | 56 | 33 | 30 | 46 | 70 |
| Binary | 10111001 | 10000110 | 1100100 | 0 | 11100 | 101110 | 11011 | 11000 | 100110 | 111000 |
Color Harmonies of #B98664
Complementary color
Monochromatic Colors of #B98664
Black with #B98664
Text Example
Text Example
White with #B98664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98664; }
p { color: rgb(185,134,100); }
H1.HeaderClassName
{
color: #B98664;
}
.AnyTagClassName
{
color: #B98664;
}
</style>
background-color css
<style>
a { background-color: #B98664; }
a { background-color: rgb(185,134,100); }
div.DivClassName
{
background-color: #B98664;
}
.BgClassName
{
background-color: #B98664;
}
</style>
border-color css
<style>
span { border-color: #B98664; }
span { border-color: rgb(185,134,100); }
td.TdClassName
{
border-color: #B98664;
}
.TagClassName
{
border-color: #B98664;
}
</style>