#B1AD9D

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

Shades of Eagle #B1AD9D

Tints of Eagle #B1AD9D

Color information

#B1AD9D (or 0xB1AD9D) is unknown color: approx Eagle. HEX triplet: B1, AD and 9D. RGB value is (177,173,157). Sum of RGB (Red+Green+Blue) = 177+173+157=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 157 (61.72% from 255 or 30.97% from 507); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD9D is #4E5262. Grayscale: #ACACAC. Windows color (decimal): -5132899 or 10333617. OLE color: 10333617.

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

Color convert

RGB177173157-
CMYK00.020.110.31
HSL48º11.36%65.49%-
HSV(B)48º11.3%69.41%-
XYZ39.1641.6737.88-
YUV172.37119.33131.3-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.91%
GREEN value IS 173 (67.97% from 255) = 34.12%
BLUE value IS 157 (61.72% from 255) = 30.97%
R=34.91%
G=34.12%
B=30.97%

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
Decimal17717315700.020.110.314811.3665.49
HexB1AD9D02B1F30b41
Octal2612552350213376013101
Binary10110001101011011001110101010111111111000010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD9D; }

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

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

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

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

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

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

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

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