#B1AB8C

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

Shades of Eagle #B1AB8C

Tints of Eagle #B1AB8C

Color information

#B1AB8C (or 0xB1AB8C) is unknown color: approx Eagle. HEX triplet: B1, AB and 8C. RGB value is (177,171,140). Sum of RGB (Red+Green+Blue) = 177+171+140=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB8C is #4E5473. Grayscale: #A9A9A9. Windows color (decimal): -5133428 or 9218993. OLE color: 9218993.

HSL color Cylindrical-coordinate representation of color #B1AB8C: hue angle of 50.27º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1AB8C is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB177171140-
CMYK00.030.210.31
HSL50.27º19.17%62.16%-
HSV(B)50.27º20.9%69.41%-
XYZ37.4340.3730.63-
YUV169.26111.49133.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.27%
GREEN value IS 171 (67.19% from 255) = 35.04%
BLUE value IS 140 (55.08% from 255) = 28.69%
R=36.27%
G=35.04%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717114000.030.210.3150.2719.1762.16
HexB1AB8C03151F32133e
Octal261253214032537622376
Binary101100011010101110001100011101011111111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB8C; }

 p { color: rgb(177,171,140); }

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

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

 a { background-color: rgb(177,171,140); }

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

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

 span { border-color: rgb(177,171,140); }

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