#B0AB8E

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

Shades of Eagle #B0AB8E

Tints of Eagle #B0AB8E

Color information

#B0AB8E (or 0xB0AB8E) is unknown color: approx Eagle. HEX triplet: B0, AB and 8E. RGB value is (176,171,142). Sum of RGB (Red+Green+Blue) = 176+171+142=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB8E is #4F5471. Grayscale: #A9A9A9. Windows color (decimal): -5198962 or 9350064. OLE color: 9350064.

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

Color convert

RGB176171142-
CMYK00.030.190.31
HSL51.18º17.71%62.35%-
HSV(B)51.18º19.32%69.02%-
XYZ37.3540.3131.4-
YUV169.19112.66132.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.99%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=35.99%
G=34.97%
B=29.04%

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
Decimal17617114200.030.190.3151.1817.7162.35
HexB0AB8E03131F33123e
Octal260253216032337632276
Binary101100001010101110001110011100111111111001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB8E; }

 p { color: rgb(176,171,142); }

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

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

 a { background-color: rgb(176,171,142); }

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

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

 span { border-color: rgb(176,171,142); }

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