#B0AD8A

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

Shades of Eagle #B0AD8A

Tints of Eagle #B0AD8A

Color information

#B0AD8A (or 0xB0AD8A) is unknown color: approx Eagle. HEX triplet: B0, AD and 8A. RGB value is (176,173,138). Sum of RGB (Red+Green+Blue) = 176+173+138=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD8A is #4F5275. Grayscale: #AAAAAA. Windows color (decimal): -5198454 or 9088432. OLE color: 9088432.

HSL color Cylindrical-coordinate representation of color #B0AD8A: hue angle of 55.26º 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 #B0AD8A is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176173138-
CMYK00.020.220.31
HSL55.26º19.39%61.57%-
HSV(B)55.26º21.59%69.02%-
XYZ37.4440.9529.98-
YUV169.91109.99132.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.14%
GREEN value IS 173 (67.97% from 255) = 35.52%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=36.14%
G=35.52%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617313800.020.220.3155.2619.3961.57
HexB0AD8A02161F37133e
Octal260255212022637672376
Binary101100001010110110001010010101101111111011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD8A; }

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

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

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

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

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

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

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

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