#8B9174

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

Shades of Bitter #8B9174

Tints of Bitter #8B9174

Color information

#8B9174 (or 0x8B9174) is unknown color: approx Bitter. HEX triplet: 8B, 91 and 74. RGB value is (139,145,116). Sum of RGB (Red+Green+Blue) = 139+145+116=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 145 - color contains mainly: green. Hex color #8B9174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9174 is #746E8B. Grayscale: #8C8C8C. Windows color (decimal): -7630476 or 7639435. OLE color: 7639435.

HSL color Cylindrical-coordinate representation of color #8B9174: hue angle of 72.41º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B9174 is Cyan = 0.04, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB139145116-
CMYK0.0400.20.43
HSL72.41º11.65%51.18%-
HSV(B)72.41º20%56.86%-
XYZ23.932720.47-
YUV139.9114.51127.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.75%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 116 (45.70% from 255) = 29%
R=34.75%
G=36.25%
B=29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391451160.0400.20.4372.4111.6551.18
Hex8B917440142B48c33
Octal2132211644024531101463
Binary1000101110010001111010010001010010101110010001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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