Shades of Beaver #8B7166
Tints of Beaver #8B7166
RGB
CMYK
RGB Variations
Color information
#8B7166 (or 0x8B7166) is known color: Beaver. HEX triplet: 8B, 71 and 66. RGB value is (139,113,102). Sum of RGB (Red+Green+Blue) = 139+113+102=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 113 (44.53% from 255 or 31.92% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7166 is #748E99. Grayscale: #777777. Windows color (decimal): -7638682 or 6713739. OLE color: 6713739.
HSL color Cylindrical-coordinate representation of color #8B7166: hue angle of 17.84º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B7166 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 102 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.45 |
| HSL | 17.84º | 0.15% | 0.47% | - |
| HSV(B) | 17.84º | 0.27% | 0.55% | - |
| XYZ | 18.95 | 18.26 | 15.1 | - |
| YUV | 119.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 102 | 0 | 0.19 | 0.27 | 0.45 | 17.84 | 0.15 | 0.47 |
| Hex | 8B | 71 | 66 | 0 | 13 | 1B | 2D | 12 | F | 2F |
| Octal | 213 | 161 | 146 | 0 | 23 | 33 | 55 | 22 | 17 | 57 |
| Binary | 10001011 | 1110001 | 1100110 | 0 | 10011 | 11011 | 101101 | 10010 | 1111 | 101111 |
Color Harmonies of #8B7166
Complementary color
Monochromatic Colors of #8B7166
Black with #8B7166
Text Example
Text Example
White with #8B7166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7166; }
p { color: rgb(139,113,102); }
H1.HeaderClassName
{
color: #8B7166;
}
.AnyTagClassName
{
color: #8B7166;
}
</style>
background-color css
<style>
a { background-color: #8B7166; }
a { background-color: rgb(139,113,102); }
div.DivClassName
{
background-color: #8B7166;
}
.BgClassName
{
background-color: #8B7166;
}
</style>
border-color css
<style>
span { border-color: #8B7166; }
span { border-color: rgb(139,113,102); }
td.TdClassName
{
border-color: #8B7166;
}
.TagClassName
{
border-color: #8B7166;
}
</style>