#B0AB8B

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

Shades of Eagle #B0AB8B

Tints of Eagle #B0AB8B

Color information

#B0AB8B (or 0xB0AB8B) is unknown color: approx Eagle. HEX triplet: B0, AB and 8B. RGB value is (176,171,139). Sum of RGB (Red+Green+Blue) = 176+171+139=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB8B is #4F5474. Grayscale: #A8A8A8. Windows color (decimal): -5198965 or 9153456. OLE color: 9153456.

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

Color convert

RGB176171139-
CMYK00.030.210.31
HSL51.89º18.97%61.76%-
HSV(B)51.89º21.02%69.02%-
XYZ37.1340.2230.23-
YUV168.85111.16133.1-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 171 (67.19% from 255) = 35.19%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=36.21%
G=35.19%
B=28.60%

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
Decimal17617113900.030.210.3151.8918.9761.76
HexB0AB8B03151F34133e
Octal260253213032537642376
Binary101100001010101110001011011101011111111010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB8B; }

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

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

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

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

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

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

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

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