#B1AD9A

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

Shades of Eagle #B1AD9A

Tints of Eagle #B1AD9A

Color information

#B1AD9A (or 0xB1AD9A) is unknown color: approx Eagle. HEX triplet: B1, AD and 9A. RGB value is (177,173,154). Sum of RGB (Red+Green+Blue) = 177+173+154=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AD9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AD9A is #4E5265. Grayscale: #ACACAC. Windows color (decimal): -5132902 or 10137009. OLE color: 10137009.

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

Color convert

RGB177173154-
CMYK00.020.130.31
HSL49.57º12.85%64.9%-
HSV(B)49.57º12.99%69.41%-
XYZ38.9141.5736.54-
YUV172.03117.83131.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=35.12%
G=34.33%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717315400.020.130.3149.5712.8564.9
HexB1AD9A02D1F32d41
Octal2612552320215376215101
Binary10110001101011011001101001011011111111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AD9A; }

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

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

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

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

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

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

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

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