#B0AE9A

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

Shades of Eagle #B0AE9A

Tints of Eagle #B0AE9A

Color information

#B0AE9A (or 0xB0AE9A) is unknown color: approx Eagle. HEX triplet: B0, AE and 9A. RGB value is (176,174,154). Sum of RGB (Red+Green+Blue) = 176+174+154=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AE9A is #4F5165. Grayscale: #ACACAC. Windows color (decimal): -5198182 or 10137264. OLE color: 10137264.

HSL color Cylindrical-coordinate representation of color #B0AE9A: hue angle of 54.55º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B0AE9A is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB176174154-
CMYK00.010.120.31
HSL54.55º12.22%64.71%-
HSV(B)54.55º12.5%69.02%-
XYZ38.8741.8436.6-
YUV172.32117.66130.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.92%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=34.92%
G=34.52%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617415400.010.120.3154.5512.2264.71
HexB0AE9A01C1F37c41
Octal2602562320114376714101
Binary1011000010101110100110100111001111111011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE9A; }

 p { color: rgb(176,174,154); }

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

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

 a { background-color: rgb(176,174,154); }

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

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

 span { border-color: rgb(176,174,154); }

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