Shades of Medium Wood #B18665
Tints of Medium Wood #B18665
RGB
CMYK
RGB Variations
Color information
#B18665 (or 0xB18665) is known color: Medium Wood. HEX triplet: B1, 86 and 65. RGB value is (177,134,101). Sum of RGB (Red+Green+Blue) = 177+134+101=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 101 (39.84% from 255 or 24.51% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B18665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18665 is #4E799A. Grayscale: #8F8F8F. Windows color (decimal): -5142939 or 6653617. OLE color: 6653617.
HSL color Cylindrical-coordinate representation of color #B18665: hue angle of 26.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B18665 is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 134 | 101 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.31 |
| HSL | 26.05º | 0.33% | 0.55% | - |
| HSV(B) | 26.05º | 0.43% | 0.69% | - |
| XYZ | 29.01 | 27.34 | 16.06 | - |
| YUV | 143.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 134 | 101 | 0 | 0.24 | 0.43 | 0.31 | 26.05 | 0.33 | 0.55 |
| Hex | B1 | 86 | 65 | 0 | 18 | 2B | 1F | 1A | 21 | 37 |
| Octal | 261 | 206 | 145 | 0 | 30 | 53 | 37 | 32 | 41 | 67 |
| Binary | 10110001 | 10000110 | 1100101 | 0 | 11000 | 101011 | 11111 | 11010 | 100001 | 110111 |
Color Harmonies of #B18665
Complementary color
Monochromatic Colors of #B18665
Black with #B18665
Text Example
Text Example
White with #B18665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18665; }
p { color: rgb(177,134,101); }
H1.HeaderClassName
{
color: #B18665;
}
.AnyTagClassName
{
color: #B18665;
}
</style>
background-color css
<style>
a { background-color: #B18665; }
a { background-color: rgb(177,134,101); }
div.DivClassName
{
background-color: #B18665;
}
.BgClassName
{
background-color: #B18665;
}
</style>
border-color css
<style>
span { border-color: #B18665; }
span { border-color: rgb(177,134,101); }
td.TdClassName
{
border-color: #B18665;
}
.TagClassName
{
border-color: #B18665;
}
</style>