#B1AB8F

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

Shades of Eagle #B1AB8F

Tints of Eagle #B1AB8F

Color information

#B1AB8F (or 0xB1AB8F) is unknown color: approx Eagle. HEX triplet: B1, AB and 8F. RGB value is (177,171,143). Sum of RGB (Red+Green+Blue) = 177+171+143=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB8F is #4E5470. Grayscale: #A9A9A9. Windows color (decimal): -5133425 or 9415601. OLE color: 9415601.

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

Color convert

RGB177171143-
CMYK00.030.190.31
HSL49.41º17.89%62.75%-
HSV(B)49.41º19.21%69.41%-
XYZ37.6540.4631.81-
YUV169.6112.99133.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.05%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 143 (56.25% from 255) = 29.12%
R=36.05%
G=34.83%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717114300.030.190.3149.4117.8962.75
HexB1AB8F03131F31123f
Octal261253217032337612277
Binary101100011010101110001111011100111111111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB8F; }

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

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

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

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

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

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

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

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