Shades of Medium Wood #B18763
Tints of Medium Wood #B18763
RGB
CMYK
RGB Variations
Color information
#B18763 (or 0xB18763) is known color: Medium Wood. HEX triplet: B1, 87 and 63. RGB value is (177,135,99). Sum of RGB (Red+Green+Blue) = 177+135+99=411 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.07% from 411); Green value is 135 (53.12% from 255 or 32.85% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 177 - color contains mainly: red. Hex color #B18763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18763 is #4E789C. Grayscale: #8F8F8F. Windows color (decimal): -5142685 or 6522801. OLE color: 6522801.
HSL color Cylindrical-coordinate representation of color #B18763: hue angle of 27.69º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B18763 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 99 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.31 |
| HSL | 27.69º | 0.33% | 0.54% | - |
| HSV(B) | 27.69º | 0.44% | 0.69% | - |
| XYZ | 29.05 | 27.58 | 15.6 | - |
| YUV | 143.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 99 | 0 | 0.24 | 0.44 | 0.31 | 27.69 | 0.33 | 0.54 |
| Hex | B1 | 87 | 63 | 0 | 18 | 2C | 1F | 1C | 21 | 36 |
| Octal | 261 | 207 | 143 | 0 | 30 | 54 | 37 | 34 | 41 | 66 |
| Binary | 10110001 | 10000111 | 1100011 | 0 | 11000 | 101100 | 11111 | 11100 | 100001 | 110110 |
Color Harmonies of #B18763
Complementary color
Monochromatic Colors of #B18763
Black with #B18763
Text Example
Text Example
White with #B18763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18763; }
p { color: rgb(177,135,99); }
H1.HeaderClassName
{
color: #B18763;
}
.AnyTagClassName
{
color: #B18763;
}
</style>
background-color css
<style>
a { background-color: #B18763; }
a { background-color: rgb(177,135,99); }
div.DivClassName
{
background-color: #B18763;
}
.BgClassName
{
background-color: #B18763;
}
</style>
border-color css
<style>
span { border-color: #B18763; }
span { border-color: rgb(177,135,99); }
td.TdClassName
{
border-color: #B18763;
}
.TagClassName
{
border-color: #B18763;
}
</style>