#B0AE9E

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

Shades of Eagle #B0AE9E

Tints of Eagle #B0AE9E

Color information

#B0AE9E (or 0xB0AE9E) is unknown color: approx Eagle. HEX triplet: B0, AE and 9E. RGB value is (176,174,158). Sum of RGB (Red+Green+Blue) = 176+174+158=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AE9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AE9E is #4F5161. Grayscale: #ACACAC. Windows color (decimal): -5198178 or 10399408. OLE color: 10399408.

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

Color convert

RGB176174158-
CMYK00.010.100.31
HSL53.33º10.23%65.49%-
HSV(B)53.33º10.23%69.02%-
XYZ39.2141.9738.38-
YUV172.77119.66130.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 158 (62.11% from 255) = 31.10%
R=34.65%
G=34.25%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617415800.010.100.3153.3310.2365.49
HexB0AE9E01A1F35a41
Octal2602562360112376512101
Binary1011000010101110100111100110101111111010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AE9E; }

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

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

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

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

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

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

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

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