#B1AB95

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

Shades of Eagle #B1AB95

Tints of Eagle #B1AB95

Color information

#B1AB95 (or 0xB1AB95) is unknown color: approx Eagle. HEX triplet: B1, AB and 95. RGB value is (177,171,149). Sum of RGB (Red+Green+Blue) = 177+171+149=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB95 is #4E546A. Grayscale: #AAAAAA. Windows color (decimal): -5133419 or 9808817. OLE color: 9808817.

HSL color Cylindrical-coordinate representation of color #B1AB95: hue angle of 47.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B1AB95 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177171149-
CMYK00.030.160.31
HSL47.14º15.22%63.92%-
HSV(B)47.14º15.82%69.41%-
XYZ38.1240.6434.27-
YUV170.29115.99132.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 171 (67.19% from 255) = 34.41%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=35.61%
G=34.41%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717114900.030.160.3147.1415.2263.92
HexB1AB9503101F2ff40
Octal2612532250320375717100
Binary101100011010101110010101011100001111110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB95; }

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

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

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

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

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

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

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

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