Shades of Medium Wood #B98267
Tints of Medium Wood #B98267
RGB
CMYK
RGB Variations
Color information
#B98267 (or 0xB98267) is known color: Medium Wood. HEX triplet: B9, 82 and 67. RGB value is (185,130,103). Sum of RGB (Red+Green+Blue) = 185+130+103=418 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.26% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 185 - color contains mainly: red. Hex color #B98267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98267 is #467D98. Grayscale: #8F8F8F. Windows color (decimal): -4619673 or 6783673. OLE color: 6783673.
HSL color Cylindrical-coordinate representation of color #B98267: hue angle of 19.76º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B98267 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 130 | 103 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.27 |
| HSL | 19.76º | 0.37% | 0.56% | - |
| HSV(B) | 19.76º | 0.44% | 0.73% | - |
| XYZ | 30.44 | 27.26 | 16.49 | - |
| YUV | 143.37 | 105.22 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 130 | 103 | 0 | 0.30 | 0.44 | 0.27 | 19.76 | 0.37 | 0.56 |
| Hex | B9 | 82 | 67 | 0 | 1E | 2C | 1B | 14 | 25 | 38 |
| Octal | 271 | 202 | 147 | 0 | 36 | 54 | 33 | 24 | 45 | 70 |
| Binary | 10111001 | 10000010 | 1100111 | 0 | 11110 | 101100 | 11011 | 10100 | 100101 | 111000 |
Color Harmonies of #B98267
Complementary color
Monochromatic Colors of #B98267
Black with #B98267
Text Example
Text Example
White with #B98267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98267; }
p { color: rgb(185,130,103); }
H1.HeaderClassName
{
color: #B98267;
}
.AnyTagClassName
{
color: #B98267;
}
</style>
background-color css
<style>
a { background-color: #B98267; }
a { background-color: rgb(185,130,103); }
div.DivClassName
{
background-color: #B98267;
}
.BgClassName
{
background-color: #B98267;
}
</style>
border-color css
<style>
span { border-color: #B98267; }
span { border-color: rgb(185,130,103); }
td.TdClassName
{
border-color: #B98267;
}
.TagClassName
{
border-color: #B98267;
}
</style>