#B1AF95

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

Shades of Eagle #B1AF95

Tints of Eagle #B1AF95

Color information

#B1AF95 (or 0xB1AF95) is unknown color: approx Eagle. HEX triplet: B1, AF and 95. RGB value is (177,175,149). Sum of RGB (Red+Green+Blue) = 177+175+149=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF95 is #4E506A. Grayscale: #ACACAC. Windows color (decimal): -5132395 or 9809841. OLE color: 9809841.

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

Color convert

RGB177175149-
CMYK00.010.160.31
HSL55.71º15.22%63.92%-
HSV(B)55.71º15.82%69.41%-
XYZ38.8942.1834.53-
YUV172.63114.66131.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 175 (68.75% from 255) = 34.93%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=35.33%
G=34.93%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717514900.010.160.3155.7115.2263.92
HexB1AF9501101F38f40
Octal2612572250120377017100
Binary10110001101011111001010101100001111111100011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF95; }

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

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

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

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

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

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

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

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