#8B7167

Color #8B7167 Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #8B7167

Tints of Beaver #8B7167

Color information

#8B7167 (or 0x8B7167) is unknown color: approx Beaver. HEX triplet: 8B, 71 and 67. RGB value is (139,113,103). Sum of RGB (Red+Green+Blue) = 139+113+103=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 113 (44.53% from 255 or 31.83% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7167 is #748E98. Grayscale: #777777. Windows color (decimal): -7638681 or 6779275. OLE color: 6779275.

HSL color Cylindrical-coordinate representation of color #8B7167: hue angle of 16.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8B7167 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB139113103-
CMYK00.190.260.45
HSL16.67º14.88%47.45%-
HSV(B)16.67º25.9%54.51%-
XYZ1918.2815.36-
YUV119.63118.61141.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 113 (44.53% from 255) = 31.83%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=39.15%
G=31.83%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911310300.190.260.4516.6714.8847.45
Hex8B71670131A2D11f2f
Octal2131611470233255211757
Binary100010111110001110011101001111010101101100011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7167; }

 p { color: rgb(139,113,103); }

 H1.HeaderClassName
 {
   color: #8B7167;
 }
 .AnyTagClassName
 {
   color: #8B7167;
 }
</style>
background-color css

<style>
 a { background-color: #8B7167; }

 a { background-color: rgb(139,113,103); }

 div.DivClassName
 {
   background-color: #8B7167;
 }
 .BgClassName
 {
   background-color: #8B7167;
 }
</style>
border-color css

<style>
 span { border-color: #8B7167; }

 span { border-color: rgb(139,113,103); }

 td.TdClassName
 {
   border-color: #8B7167;
 }
 .TagClassName
 {
   border-color: #8B7167;
 }
</style>