Shades of Medium Wood #B18468
Tints of Medium Wood #B18468
RGB
CMYK
RGB Variations
Color information
#B18468 (or 0xB18468) is known color: Medium Wood. HEX triplet: B1, 84 and 68. RGB value is (177,132,104). Sum of RGB (Red+Green+Blue) = 177+132+104=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 132 (51.95% from 255 or 31.96% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 177 - color contains mainly: red. Hex color #B18468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18468 is #4E7B97. Grayscale: #8E8E8E. Windows color (decimal): -5143448 or 6849713. OLE color: 6849713.
HSL color Cylindrical-coordinate representation of color #B18468: hue angle of 23.01º 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 #B18468 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 104 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.31 |
| HSL | 23.01º | 0.32% | 0.55% | - |
| HSV(B) | 23.01º | 0.41% | 0.69% | - |
| XYZ | 28.88 | 26.85 | 16.76 | - |
| YUV | 142.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 104 | 0 | 0.25 | 0.41 | 0.31 | 23.01 | 0.32 | 0.55 |
| Hex | B1 | 84 | 68 | 0 | 19 | 29 | 1F | 17 | 20 | 37 |
| Octal | 261 | 204 | 150 | 0 | 31 | 51 | 37 | 27 | 40 | 67 |
| Binary | 10110001 | 10000100 | 1101000 | 0 | 11001 | 101001 | 11111 | 10111 | 100000 | 110111 |
Color Harmonies of #B18468
Complementary color
Monochromatic Colors of #B18468
Black with #B18468
Text Example
Text Example
White with #B18468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18468; }
p { color: rgb(177,132,104); }
H1.HeaderClassName
{
color: #B18468;
}
.AnyTagClassName
{
color: #B18468;
}
</style>
background-color css
<style>
a { background-color: #B18468; }
a { background-color: rgb(177,132,104); }
div.DivClassName
{
background-color: #B18468;
}
.BgClassName
{
background-color: #B18468;
}
</style>
border-color css
<style>
span { border-color: #B18468; }
span { border-color: rgb(177,132,104); }
td.TdClassName
{
border-color: #B18468;
}
.TagClassName
{
border-color: #B18468;
}
</style>