#B0A98D

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

Shades of Eagle #B0A98D

Tints of Eagle #B0A98D

Color information

#B0A98D (or 0xB0A98D) is unknown color: approx Eagle. HEX triplet: B0, A9 and 8D. RGB value is (176,169,141). Sum of RGB (Red+Green+Blue) = 176+169+141=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A98D is #4F5672. Grayscale: #A8A8A8. Windows color (decimal): -5199475 or 9284016. OLE color: 9284016.

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

Color convert

RGB176169141-
CMYK00.040.200.31
HSL48º18.13%62.16%-
HSV(B)48º19.89%69.02%-
XYZ36.939.5330.88-
YUV167.9112.82133.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.21%
GREEN value IS 169 (66.41% from 255) = 34.77%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=36.21%
G=34.77%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17616914100.040.200.314818.1362.16
HexB0A98D04141F30123e
Octal260251215042437602276
Binary1011000010101001100011010100101001111111000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0A98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0A98D; }

 p { color: rgb(176,169,141); }

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

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

 a { background-color: rgb(176,169,141); }

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

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

 span { border-color: rgb(176,169,141); }

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