#B1AF9A

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

Shades of Eagle #B1AF9A

Tints of Eagle #B1AF9A

Color information

#B1AF9A (or 0xB1AF9A) is unknown color: approx Eagle. HEX triplet: B1, AF and 9A. RGB value is (177,175,154). Sum of RGB (Red+Green+Blue) = 177+175+154=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AF9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AF9A is #4E5065. Grayscale: #ADADAD. Windows color (decimal): -5132390 or 10137521. OLE color: 10137521.

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

Color convert

RGB177175154-
CMYK00.010.130.31
HSL54.78º12.85%64.9%-
HSV(B)54.78º12.99%69.41%-
XYZ39.2942.3436.67-
YUV173.2117.16130.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 175 (68.75% from 255) = 34.58%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=34.98%
G=34.58%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717515400.010.130.3154.7812.8564.9
HexB1AF9A01D1F37d41
Octal2612572320115376715101
Binary1011000110101111100110100111011111111011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AF9A; }

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

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

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

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

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

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

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

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