Shades of Medium Wood #B18069
Tints of Medium Wood #B18069
RGB
CMYK
RGB Variations
Color information
#B18069 (or 0xB18069) is known color: Medium Wood. HEX triplet: B1, 80 and 69. RGB value is (177,128,105). Sum of RGB (Red+Green+Blue) = 177+128+105=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 105 (41.41% from 255 or 25.61% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B18069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18069 is #4E7F96. Grayscale: #8C8C8C. Windows color (decimal): -5144471 or 6914225. OLE color: 6914225.
HSL color Cylindrical-coordinate representation of color #B18069: hue angle of 19.17º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B18069 is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 128 | 105 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.31 |
| HSL | 19.17º | 0.32% | 0.55% | - |
| HSV(B) | 19.17º | 0.41% | 0.69% | - |
| XYZ | 28.4 | 25.81 | 16.85 | - |
| YUV | 140.03 | 108.23 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 128 | 105 | 0 | 0.28 | 0.41 | 0.31 | 19.17 | 0.32 | 0.55 |
| Hex | B1 | 80 | 69 | 0 | 1C | 29 | 1F | 13 | 20 | 37 |
| Octal | 261 | 200 | 151 | 0 | 34 | 51 | 37 | 23 | 40 | 67 |
| Binary | 10110001 | 10000000 | 1101001 | 0 | 11100 | 101001 | 11111 | 10011 | 100000 | 110111 |
Color Harmonies of #B18069
Complementary color
Monochromatic Colors of #B18069
Black with #B18069
Text Example
Text Example
White with #B18069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18069; }
p { color: rgb(177,128,105); }
H1.HeaderClassName
{
color: #B18069;
}
.AnyTagClassName
{
color: #B18069;
}
</style>
background-color css
<style>
a { background-color: #B18069; }
a { background-color: rgb(177,128,105); }
div.DivClassName
{
background-color: #B18069;
}
.BgClassName
{
background-color: #B18069;
}
</style>
border-color css
<style>
span { border-color: #B18069; }
span { border-color: rgb(177,128,105); }
td.TdClassName
{
border-color: #B18069;
}
.TagClassName
{
border-color: #B18069;
}
</style>