#B2AF9B

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

Shades of Eagle #B2AF9B

Tints of Eagle #B2AF9B

Color information

#B2AF9B (or 0xB2AF9B) is unknown color: approx Eagle. HEX triplet: B2, AF and 9B. RGB value is (178,175,155). Sum of RGB (Red+Green+Blue) = 178+175+155=508 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.04% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 155 (60.94% from 255 or 30.51% from 508); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF9B is #4D5064. Grayscale: #ADADAD. Windows color (decimal): -5066853 or 10203058. OLE color: 10203058.

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

Color convert

RGB178175155-
CMYK00.020.130.30
HSL52.17º12.99%65.29%-
HSV(B)52.17º12.92%69.8%-
XYZ39.6142.4937.12-
YUV173.62117.49131.13-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.04%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 155 (60.94% from 255) = 30.51%
R=35.04%
G=34.45%
B=30.51%

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
Decimal17817515500.020.130.3052.1712.9965.29
HexB2AF9B02D1E34d41
Octal2622572330215366415101
Binary10110010101011111001101101011011111011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF9B; }

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

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

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

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

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

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

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

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