#B0AB8A

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

Shades of Eagle #B0AB8A

Tints of Eagle #B0AB8A

Color information

#B0AB8A (or 0xB0AB8A) is unknown color: approx Eagle. HEX triplet: B0, AB and 8A. RGB value is (176,171,138). Sum of RGB (Red+Green+Blue) = 176+171+138=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB8A is #4F5475. Grayscale: #A8A8A8. Windows color (decimal): -5198966 or 9087920. OLE color: 9087920.

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

Color convert

RGB176171138-
CMYK00.030.220.31
HSL52.11º19.39%61.57%-
HSV(B)52.11º21.59%69.02%-
XYZ37.0540.1929.85-
YUV168.73110.66133.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.29%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=36.29%
G=35.26%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617113800.030.220.3152.1119.3961.57
HexB0AB8A03161F34133e
Octal260253212032637642376
Binary101100001010101110001010011101101111111010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB8A; }

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

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

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

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

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

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

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

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