#8B9072

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

Shades of Bitter #8B9072

Tints of Bitter #8B9072

Color information

#8B9072 (or 0x8B9072) is unknown color: approx Bitter. HEX triplet: 8B, 90 and 72. RGB value is (139,144,114). Sum of RGB (Red+Green+Blue) = 139+144+114=397 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.01% from 397); Green value is 144 (56.64% from 255 or 36.27% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 144 - color contains mainly: green. Hex color #8B9072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9072 is #746F8D. Grayscale: #8B8B8B. Windows color (decimal): -7630734 or 7508107. OLE color: 7508107.

HSL color Cylindrical-coordinate representation of color #8B9072: hue angle of 70º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8B9072 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.44.

Color convert

RGB139144114-
CMYK0.0300.210.44
HSL70º11.9%50.59%-
HSV(B)70º20.83%56.47%-
XYZ23.6626.6519.82-
YUV139.08113.84127.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.01%
GREEN value IS 144 (56.64% from 255) = 36.27%
BLUE value IS 114 (44.92% from 255) = 28.72%
R=35.01%
G=36.27%
B=28.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1391441140.0300.210.447011.950.59
Hex8B907230152C46c33
Octal2132201623025541061463
Binary100010111001000011100101101010110110010001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,144,114); }

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

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

 a { background-color: rgb(139,144,114); }

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

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

 span { border-color: rgb(139,144,114); }

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