Shades of Beaver #8B705E
Tints of Beaver #8B705E
RGB
CMYK
RGB Variations
Color information
#8B705E (or 0x8B705E) is known color: Beaver. HEX triplet: 8B, 70 and 5E. RGB value is (139,112,94). Sum of RGB (Red+Green+Blue) = 139+112+94=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B705E is #748FA1. Grayscale: #767676. Windows color (decimal): -7638946 or 6189195. OLE color: 6189195.
HSL color Cylindrical-coordinate representation of color #8B705E: hue angle of 24º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B705E is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 94 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.45 |
| HSL | 24º | 0.19% | 0.46% | - |
| HSV(B) | 24º | 0.32% | 0.55% | - |
| XYZ | 18.46 | 17.89 | 13.07 | - |
| YUV | 118.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 94 | 0 | 0.19 | 0.32 | 0.45 | 24 | 0.19 | 0.46 |
| Hex | 8B | 70 | 5E | 0 | 13 | 20 | 2D | 18 | 13 | 2E |
| Octal | 213 | 160 | 136 | 0 | 23 | 40 | 55 | 30 | 23 | 56 |
| Binary | 10001011 | 1110000 | 1011110 | 0 | 10011 | 100000 | 101101 | 11000 | 10011 | 101110 |
Color Harmonies of #8B705E
Complementary color
Monochromatic Colors of #8B705E
Black with #8B705E
Text Example
Text Example
White with #8B705E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B705E; }
p { color: rgb(139,112,94); }
H1.HeaderClassName
{
color: #8B705E;
}
.AnyTagClassName
{
color: #8B705E;
}
</style>
background-color css
<style>
a { background-color: #8B705E; }
a { background-color: rgb(139,112,94); }
div.DivClassName
{
background-color: #8B705E;
}
.BgClassName
{
background-color: #8B705E;
}
</style>
border-color css
<style>
span { border-color: #8B705E; }
span { border-color: rgb(139,112,94); }
td.TdClassName
{
border-color: #8B705E;
}
.TagClassName
{
border-color: #8B705E;
}
</style>