#B1AB8E

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

Shades of Eagle #B1AB8E

Tints of Eagle #B1AB8E

Color information

#B1AB8E (or 0xB1AB8E) is unknown color: approx Eagle. HEX triplet: B1, AB and 8E. RGB value is (177,171,142). Sum of RGB (Red+Green+Blue) = 177+171+142=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB8E is #4E5471. Grayscale: #A9A9A9. Windows color (decimal): -5133426 or 9350065. OLE color: 9350065.

HSL color Cylindrical-coordinate representation of color #B1AB8E: hue angle of 49.71º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1AB8E is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB177171142-
CMYK00.030.200.31
HSL49.71º18.32%62.55%-
HSV(B)49.71º19.77%69.41%-
XYZ37.5840.4331.41-
YUV169.49112.49133.36-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.12%
GREEN value IS 171 (67.19% from 255) = 34.90%
BLUE value IS 142 (55.86% from 255) = 28.98%
R=36.12%
G=34.90%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717114200.030.200.3149.7118.3262.55
HexB1AB8E03141F32123f
Octal261253216032437622277
Binary101100011010101110001110011101001111111001010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB8E; }

 p { color: rgb(177,171,142); }

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

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

 a { background-color: rgb(177,171,142); }

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

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

 span { border-color: rgb(177,171,142); }

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