Shades of Medium Wood #B18764
Tints of Medium Wood #B18764
RGB
CMYK
RGB Variations
Color information
#B18764 (or 0xB18764) is known color: Medium Wood. HEX triplet: B1, 87 and 64. RGB value is (177,135,100). Sum of RGB (Red+Green+Blue) = 177+135+100=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 100 (39.45% from 255 or 24.27% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B18764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18764 is #4E789B. Grayscale: #8F8F8F. Windows color (decimal): -5142684 or 6588337. OLE color: 6588337.
HSL color Cylindrical-coordinate representation of color #B18764: hue angle of 27.27º 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 #B18764 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 135 | 100 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.31 |
| HSL | 27.27º | 0.33% | 0.54% | - |
| HSV(B) | 27.27º | 0.44% | 0.69% | - |
| XYZ | 29.1 | 27.6 | 15.85 | - |
| YUV | 143.57 | 103.41 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 135 | 100 | 0 | 0.24 | 0.44 | 0.31 | 27.27 | 0.33 | 0.54 |
| Hex | B1 | 87 | 64 | 0 | 18 | 2C | 1F | 1B | 21 | 36 |
| Octal | 261 | 207 | 144 | 0 | 30 | 54 | 37 | 33 | 41 | 66 |
| Binary | 10110001 | 10000111 | 1100100 | 0 | 11000 | 101100 | 11111 | 11011 | 100001 | 110110 |
Color Harmonies of #B18764
Complementary color
Monochromatic Colors of #B18764
Black with #B18764
Text Example
Text Example
White with #B18764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18764; }
p { color: rgb(177,135,100); }
H1.HeaderClassName
{
color: #B18764;
}
.AnyTagClassName
{
color: #B18764;
}
</style>
background-color css
<style>
a { background-color: #B18764; }
a { background-color: rgb(177,135,100); }
div.DivClassName
{
background-color: #B18764;
}
.BgClassName
{
background-color: #B18764;
}
</style>
border-color css
<style>
span { border-color: #B18764; }
span { border-color: rgb(177,135,100); }
td.TdClassName
{
border-color: #B18764;
}
.TagClassName
{
border-color: #B18764;
}
</style>