Shades of Medium Wood #B5866B
Tints of Medium Wood #B5866B
RGB
CMYK
RGB Variations
Color information
#B5866B (or 0xB5866B) is known color: Medium Wood. HEX triplet: B5, 86 and 6B. RGB value is (181,134,107). Sum of RGB (Red+Green+Blue) = 181+134+107=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 107 (42.19% from 255 or 25.36% from 422); Max value from RGB is 181 - color contains mainly: red. Hex color #B5866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5866B is #4A7994. Grayscale: #919191. Windows color (decimal): -4880789 or 7046837. OLE color: 7046837.
HSL color Cylindrical-coordinate representation of color #B5866B: hue angle of 21.89º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5866B is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 134 | 107 | - |
| CMYK | 0 | 0.26 | 0.41 | 0.29 |
| HSL | 21.89º | 0.33% | 0.56% | - |
| HSV(B) | 21.89º | 0.41% | 0.71% | - |
| XYZ | 30.24 | 27.94 | 17.71 | - |
| YUV | 144.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 134 | 107 | 0 | 0.26 | 0.41 | 0.29 | 21.89 | 0.33 | 0.56 |
| Hex | B5 | 86 | 6B | 0 | 1A | 29 | 1D | 16 | 21 | 38 |
| Octal | 265 | 206 | 153 | 0 | 32 | 51 | 35 | 26 | 41 | 70 |
| Binary | 10110101 | 10000110 | 1101011 | 0 | 11010 | 101001 | 11101 | 10110 | 100001 | 111000 |
Color Harmonies of #B5866B
Complementary color
Monochromatic Colors of #B5866B
Black with #B5866B
Text Example
Text Example
White with #B5866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5866B; }
p { color: rgb(181,134,107); }
H1.HeaderClassName
{
color: #B5866B;
}
.AnyTagClassName
{
color: #B5866B;
}
</style>
background-color css
<style>
a { background-color: #B5866B; }
a { background-color: rgb(181,134,107); }
div.DivClassName
{
background-color: #B5866B;
}
.BgClassName
{
background-color: #B5866B;
}
</style>
border-color css
<style>
span { border-color: #B5866B; }
span { border-color: rgb(181,134,107); }
td.TdClassName
{
border-color: #B5866B;
}
.TagClassName
{
border-color: #B5866B;
}
</style>