#B1AE9B

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

Shades of Eagle #B1AE9B

Tints of Eagle #B1AE9B

Color information

#B1AE9B (or 0xB1AE9B) is unknown color: approx Eagle. HEX triplet: B1, AE and 9B. RGB value is (177,174,155). Sum of RGB (Red+Green+Blue) = 177+174+155=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 174 (68.36% from 255 or 34.39% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AE9B is #4E5164. Grayscale: #ACACAC. Windows color (decimal): -5132645 or 10202801. OLE color: 10202801.

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

Color convert

RGB177174155-
CMYK00.020.120.31
HSL51.82º12.36%65.1%-
HSV(B)51.82º12.43%69.41%-
XYZ39.1841.9937.05-
YUV172.73117.99131.04-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.98%
GREEN value IS 174 (68.36% from 255) = 34.39%
BLUE value IS 155 (60.94% from 255) = 30.63%
R=34.98%
G=34.39%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717415500.020.120.3151.8212.3665.1
HexB1AE9B02C1F34c41
Octal2612562330214376414101
Binary10110001101011101001101101011001111111010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AE9B; }

 p { color: rgb(177,174,155); }

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

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

 a { background-color: rgb(177,174,155); }

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

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

 span { border-color: rgb(177,174,155); }

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