#B1AC8F

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

Shades of Eagle #B1AC8F

Tints of Eagle #B1AC8F

Color information

#B1AC8F (or 0xB1AC8F) is unknown color: approx Eagle. HEX triplet: B1, AC and 8F. RGB value is (177,172,143). Sum of RGB (Red+Green+Blue) = 177+172+143=492 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.98% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AC8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AC8F is #4E5370. Grayscale: #AAAAAA. Windows color (decimal): -5133169 or 9415857. OLE color: 9415857.

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

Color convert

RGB177172143-
CMYK00.030.190.31
HSL51.18º17.89%62.75%-
HSV(B)51.18º19.21%69.41%-
XYZ37.8440.8431.87-
YUV170.19112.66132.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.98%
GREEN value IS 172 (67.58% from 255) = 34.96%
BLUE value IS 143 (56.25% from 255) = 29.07%
R=35.98%
G=34.96%
B=29.07%

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
Decimal17717214300.030.190.3151.1817.8962.75
HexB1AC8F03131F33123f
Octal261254217032337632277
Binary101100011010110010001111011100111111111001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AC8F; }

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

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

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

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

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

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

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

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