Shades of Medium Wood #B08168
Tints of Medium Wood #B08168
RGB
CMYK
RGB Variations
Color information
#B08168 (or 0xB08168) is known color: Medium Wood. HEX triplet: B0, 81 and 68. RGB value is (176,129,104). Sum of RGB (Red+Green+Blue) = 176+129+104=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 104 (41.02% from 255 or 25.43% from 409); Max value from RGB is 176 - color contains mainly: red. Hex color #B08168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08168 is #4F7E97. Grayscale: #8C8C8C. Windows color (decimal): -5209752 or 6848944. OLE color: 6848944.
HSL color Cylindrical-coordinate representation of color #B08168: hue angle of 20.83º degrees, saturation: 0.31, 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 #B08168 is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 129 | 104 | - |
| CMYK | 0 | 0.27 | 0.41 | 0.31 |
| HSL | 20.83º | 0.31% | 0.55% | - |
| HSV(B) | 20.83º | 0.41% | 0.69% | - |
| XYZ | 28.25 | 25.93 | 16.61 | - |
| YUV | 140.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 129 | 104 | 0 | 0.27 | 0.41 | 0.31 | 20.83 | 0.31 | 0.55 |
| Hex | B0 | 81 | 68 | 0 | 1B | 29 | 1F | 15 | 1F | 37 |
| Octal | 260 | 201 | 150 | 0 | 33 | 51 | 37 | 25 | 37 | 67 |
| Binary | 10110000 | 10000001 | 1101000 | 0 | 11011 | 101001 | 11111 | 10101 | 11111 | 110111 |
Color Harmonies of #B08168
Complementary color
Monochromatic Colors of #B08168
Black with #B08168
Text Example
Text Example
White with #B08168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08168; }
p { color: rgb(176,129,104); }
H1.HeaderClassName
{
color: #B08168;
}
.AnyTagClassName
{
color: #B08168;
}
</style>
background-color css
<style>
a { background-color: #B08168; }
a { background-color: rgb(176,129,104); }
div.DivClassName
{
background-color: #B08168;
}
.BgClassName
{
background-color: #B08168;
}
</style>
border-color css
<style>
span { border-color: #B08168; }
span { border-color: rgb(176,129,104); }
td.TdClassName
{
border-color: #B08168;
}
.TagClassName
{
border-color: #B08168;
}
</style>