#B0AB90

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

Shades of Eagle #B0AB90

Tints of Eagle #B0AB90

Color information

#B0AB90 (or 0xB0AB90) is unknown color: approx Eagle. HEX triplet: B0, AB and 90. RGB value is (176,171,144). Sum of RGB (Red+Green+Blue) = 176+171+144=491 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.85% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB90 is #4F546F. Grayscale: #A9A9A9. Windows color (decimal): -5198960 or 9481136. OLE color: 9481136.

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

Color convert

RGB176171144-
CMYK00.030.180.31
HSL50.63º16.84%62.75%-
HSV(B)50.63º18.18%69.02%-
XYZ37.540.3732.2-
YUV169.42113.66132.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.85%
GREEN value IS 171 (67.19% from 255) = 34.83%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=35.85%
G=34.83%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617114400.030.180.3150.6316.8462.75
HexB0AB9003121F33113f
Octal260253220032237632177
Binary101100001010101110010000011100101111111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB90; }

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

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

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

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

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

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

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

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