#B1AD9E

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

Shades of Eagle #B1AD9E

Tints of Eagle #B1AD9E

Color information

#B1AD9E (or 0xB1AD9E) is unknown color: approx Eagle. HEX triplet: B1, AD and 9E. RGB value is (177,173,158). Sum of RGB (Red+Green+Blue) = 177+173+158=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD9E is #4E5261. Grayscale: #ACACAC. Windows color (decimal): -5132898 or 10399153. OLE color: 10399153.

HSL color Cylindrical-coordinate representation of color #B1AD9E: hue angle of 47.37º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B1AD9E is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB177173158-
CMYK00.020.110.31
HSL47.37º10.86%65.69%-
HSV(B)47.37º10.73%69.41%-
XYZ39.2541.738.33-
YUV172.49119.83131.22-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.84%
GREEN value IS 173 (67.97% from 255) = 34.06%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=34.84%
G=34.06%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717315800.020.110.3147.3710.8665.69
HexB1AD9E02B1F2fb42
Octal2612552360213375713102
Binary10110001101011011001111001010111111110111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD9E; }

 p { color: rgb(177,173,158); }

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

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

 a { background-color: rgb(177,173,158); }

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

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

 span { border-color: rgb(177,173,158); }

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