#B1AB8B

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

Shades of Eagle #B1AB8B

Tints of Eagle #B1AB8B

Color information

#B1AB8B (or 0xB1AB8B) is unknown color: approx Eagle. HEX triplet: B1, AB and 8B. RGB value is (177,171,139). Sum of RGB (Red+Green+Blue) = 177+171+139=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 171 (67.19% from 255 or 35.11% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 177 - color contains mainly: red. Hex color #B1AB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1AB8B is #4E5474. Grayscale: #A9A9A9. Windows color (decimal): -5133429 or 9153457. OLE color: 9153457.

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

Color convert

RGB177171139-
CMYK00.030.210.31
HSL50.53º19.59%61.96%-
HSV(B)50.53º21.47%69.41%-
XYZ37.3540.3430.24-
YUV169.15110.99133.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.34%
GREEN value IS 171 (67.19% from 255) = 35.11%
BLUE value IS 139 (54.69% from 255) = 28.54%
R=36.34%
G=35.11%
B=28.54%

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
Decimal17717113900.030.210.3150.5319.5961.96
HexB1AB8B03151F33143e
Octal261253213032537632476
Binary101100011010101110001011011101011111111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AB8B; }

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

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

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

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

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

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

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

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