#B1AC95

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

Shades of Eagle #B1AC95

Tints of Eagle #B1AC95

Color information

#B1AC95 (or 0xB1AC95) is unknown color: approx Eagle. HEX triplet: B1, AC and 95. RGB value is (177,172,149). Sum of RGB (Red+Green+Blue) = 177+172+149=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AC95 is #4E536A. Grayscale: #AAAAAA. Windows color (decimal): -5133163 or 9809073. OLE color: 9809073.

HSL color Cylindrical-coordinate representation of color #B1AC95: hue angle of 49.29º 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 #B1AC95 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177172149-
CMYK00.030.160.31
HSL49.29º15.22%63.92%-
HSV(B)49.29º15.82%69.41%-
XYZ38.3141.0234.33-
YUV170.87115.66132.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.54%
GREEN value IS 172 (67.58% from 255) = 34.54%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=35.54%
G=34.54%
B=29.92%

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
Decimal17717214900.030.160.3149.2915.2263.92
HexB1AC9503101F31f40
Octal2612542250320376117100
Binary101100011010110010010101011100001111111000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC95; }

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

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

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

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

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

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

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

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