Shades of Medium Wood #B18561
Tints of Medium Wood #B18561
RGB
CMYK
RGB Variations
Color information
#B18561 (or 0xB18561) is known color: Medium Wood. HEX triplet: B1, 85 and 61. RGB value is (177,133,97). Sum of RGB (Red+Green+Blue) = 177+133+97=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 177 - color contains mainly: red. Hex color #B18561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18561 is #4E7A9E. Grayscale: #8E8E8E. Windows color (decimal): -5143199 or 6391217. OLE color: 6391217.
HSL color Cylindrical-coordinate representation of color #B18561: hue angle of 27º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18561 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 97 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.31 |
| HSL | 27º | 0.34% | 0.54% | - |
| HSV(B) | 27º | 0.45% | 0.69% | - |
| XYZ | 28.68 | 26.99 | 15.01 | - |
| YUV | 142.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 97 | 0 | 0.25 | 0.45 | 0.31 | 27 | 0.34 | 0.54 |
| Hex | B1 | 85 | 61 | 0 | 19 | 2D | 1F | 1B | 22 | 36 |
| Octal | 261 | 205 | 141 | 0 | 31 | 55 | 37 | 33 | 42 | 66 |
| Binary | 10110001 | 10000101 | 1100001 | 0 | 11001 | 101101 | 11111 | 11011 | 100010 | 110110 |
Color Harmonies of #B18561
Complementary color
Monochromatic Colors of #B18561
Black with #B18561
Text Example
Text Example
White with #B18561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18561; }
p { color: rgb(177,133,97); }
H1.HeaderClassName
{
color: #B18561;
}
.AnyTagClassName
{
color: #B18561;
}
</style>
background-color css
<style>
a { background-color: #B18561; }
a { background-color: rgb(177,133,97); }
div.DivClassName
{
background-color: #B18561;
}
.BgClassName
{
background-color: #B18561;
}
</style>
border-color css
<style>
span { border-color: #B18561; }
span { border-color: rgb(177,133,97); }
td.TdClassName
{
border-color: #B18561;
}
.TagClassName
{
border-color: #B18561;
}
</style>