#B2AF97

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

Shades of Eagle #B2AF97

Tints of Eagle #B2AF97

Color information

#B2AF97 (or 0xB2AF97) is unknown color: approx Eagle. HEX triplet: B2, AF and 97. RGB value is (178,175,151). Sum of RGB (Red+Green+Blue) = 178+175+151=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF97 is #4D5068. Grayscale: #ADADAD. Windows color (decimal): -5066857 or 9940914. OLE color: 9940914.

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

Color convert

RGB178175151-
CMYK00.020.150.30
HSL53.33º14.92%64.51%-
HSV(B)53.33º15.17%69.8%-
XYZ39.2842.3635.38-
YUV173.16115.49131.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=35.32%
G=34.72%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817515100.020.150.3053.3314.9264.51
HexB2AF9702F1E35f41
Octal2622572270217366517101
Binary10110010101011111001011101011111111011010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF97; }

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

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

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

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

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

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

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

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