#B2AE9B

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

Shades of Eagle #B2AE9B

Tints of Eagle #B2AE9B

Color information

#B2AE9B (or 0xB2AE9B) is unknown color: approx Eagle. HEX triplet: B2, AE and 9B. RGB value is (178,174,155). Sum of RGB (Red+Green+Blue) = 178+174+155=507 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.11% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AE9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AE9B is #4D5164. Grayscale: #ADADAD. Windows color (decimal): -5067109 or 10202802. OLE color: 10202802.

HSL color Cylindrical-coordinate representation of color #B2AE9B: hue angle of 49.57º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AE9B is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB178174155-
CMYK00.020.130.30
HSL49.57º12.99%65.29%-
HSV(B)49.57º12.92%69.8%-
XYZ39.4142.137.06-
YUV173.03117.83131.54-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.11%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 155 (60.94% from 255) = 30.57%
R=35.11%
G=34.32%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817415500.020.130.3049.5712.9965.29
HexB2AE9B02D1E32d41
Octal2622562330215366215101
Binary10110010101011101001101101011011111011001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AE9B; }

 p { color: rgb(178,174,155); }

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

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

 a { background-color: rgb(178,174,155); }

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

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

 span { border-color: rgb(178,174,155); }

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