Shades of Medium Wood #B18566
Tints of Medium Wood #B18566
RGB
CMYK
RGB Variations
Color information
#B18566 (or 0xB18566) is known color: Medium Wood. HEX triplet: B1, 85 and 66. RGB value is (177,133,102). Sum of RGB (Red+Green+Blue) = 177+133+102=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 177 - color contains mainly: red. Hex color #B18566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18566 is #4E7A99. Grayscale: #8E8E8E. Windows color (decimal): -5143194 or 6718897. OLE color: 6718897.
HSL color Cylindrical-coordinate representation of color #B18566: hue angle of 24.8º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B18566 is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 102 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.31 |
| HSL | 24.8º | 0.32% | 0.55% | - |
| HSV(B) | 24.8º | 0.42% | 0.69% | - |
| XYZ | 28.92 | 27.08 | 16.27 | - |
| YUV | 142.62 | 105.08 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 102 | 0 | 0.25 | 0.42 | 0.31 | 24.8 | 0.32 | 0.55 |
| Hex | B1 | 85 | 66 | 0 | 19 | 2A | 1F | 19 | 20 | 37 |
| Octal | 261 | 205 | 146 | 0 | 31 | 52 | 37 | 31 | 40 | 67 |
| Binary | 10110001 | 10000101 | 1100110 | 0 | 11001 | 101010 | 11111 | 11001 | 100000 | 110111 |
Color Harmonies of #B18566
Complementary color
Monochromatic Colors of #B18566
Black with #B18566
Text Example
Text Example
White with #B18566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18566; }
p { color: rgb(177,133,102); }
H1.HeaderClassName
{
color: #B18566;
}
.AnyTagClassName
{
color: #B18566;
}
</style>
background-color css
<style>
a { background-color: #B18566; }
a { background-color: rgb(177,133,102); }
div.DivClassName
{
background-color: #B18566;
}
.BgClassName
{
background-color: #B18566;
}
</style>
border-color css
<style>
span { border-color: #B18566; }
span { border-color: rgb(177,133,102); }
td.TdClassName
{
border-color: #B18566;
}
.TagClassName
{
border-color: #B18566;
}
</style>