Shades of Medium Wood #B18267
Tints of Medium Wood #B18267
RGB
CMYK
RGB Variations
Color information
#B18267 (or 0xB18267) is known color: Medium Wood. HEX triplet: B1, 82 and 67. RGB value is (177,130,103). Sum of RGB (Red+Green+Blue) = 177+130+103=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 103 (40.62% from 255 or 25.12% from 410); Max value from RGB is 177 - color contains mainly: red. Hex color #B18267 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18267 is #4E7D98. Grayscale: #8D8D8D. Windows color (decimal): -5143961 or 6783665. OLE color: 6783665.
HSL color Cylindrical-coordinate representation of color #B18267: hue angle of 21.89º 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 #B18267 is Cyan = 0, Magento = 0.27, Yellow = 0.42 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 103 | - |
| CMYK | 0 | 0.27 | 0.42 | 0.31 |
| HSL | 21.89º | 0.32% | 0.55% | - |
| HSV(B) | 21.89º | 0.42% | 0.69% | - |
| XYZ | 28.56 | 26.29 | 16.4 | - |
| YUV | 140.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 103 | 0 | 0.27 | 0.42 | 0.31 | 21.89 | 0.32 | 0.55 |
| Hex | B1 | 82 | 67 | 0 | 1B | 2A | 1F | 16 | 20 | 37 |
| Octal | 261 | 202 | 147 | 0 | 33 | 52 | 37 | 26 | 40 | 67 |
| Binary | 10110001 | 10000010 | 1100111 | 0 | 11011 | 101010 | 11111 | 10110 | 100000 | 110111 |
Color Harmonies of #B18267
Complementary color
Monochromatic Colors of #B18267
Black with #B18267
Text Example
Text Example
White with #B18267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18267; }
p { color: rgb(177,130,103); }
H1.HeaderClassName
{
color: #B18267;
}
.AnyTagClassName
{
color: #B18267;
}
</style>
background-color css
<style>
a { background-color: #B18267; }
a { background-color: rgb(177,130,103); }
div.DivClassName
{
background-color: #B18267;
}
.BgClassName
{
background-color: #B18267;
}
</style>
border-color css
<style>
span { border-color: #B18267; }
span { border-color: rgb(177,130,103); }
td.TdClassName
{
border-color: #B18267;
}
.TagClassName
{
border-color: #B18267;
}
</style>