#8B7468

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

Shades of Beaver #8B7468

Tints of Beaver #8B7468

Color information

#8B7468 (or 0x8B7468) is unknown color: approx Beaver. HEX triplet: 8B, 74 and 68. RGB value is (139,116,104). Sum of RGB (Red+Green+Blue) = 139+116+104=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7468 is #748B97. Grayscale: #797979. Windows color (decimal): -7637912 or 6845579. OLE color: 6845579.

HSL color Cylindrical-coordinate representation of color #8B7468: hue angle of 20.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8B7468 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB139116104-
CMYK00.170.250.45
HSL20.57º14.4%47.65%-
HSV(B)20.57º25.18%54.51%-
XYZ19.3918.9815.74-
YUV121.51118.12140.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=38.72%
G=32.31%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911610400.170.250.4520.5714.447.65
Hex8B7468011192D15e30
Octal2131641500213155251660
Binary100010111110100110100001000111001101101101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,116,104); }

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

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

 a { background-color: rgb(139,116,104); }

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

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

 span { border-color: rgb(139,116,104); }

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