#B2AF9C

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

Shades of Eagle #B2AF9C

Tints of Eagle #B2AF9C

Color information

#B2AF9C (or 0xB2AF9C) is unknown color: approx Eagle. HEX triplet: B2, AF and 9C. RGB value is (178,175,156). Sum of RGB (Red+Green+Blue) = 178+175+156=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 156 (61.33% from 255 or 30.65% from 509); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AF9C is #4D5063. Grayscale: #ADADAD. Windows color (decimal): -5066852 or 10268594. OLE color: 10268594.

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

Color convert

RGB178175156-
CMYK00.020.120.30
HSL51.82º12.5%65.49%-
HSV(B)51.82º12.36%69.8%-
XYZ39.6942.5337.57-
YUV173.73117.99131.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.97%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 156 (61.33% from 255) = 30.65%
R=34.97%
G=34.38%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817515600.020.120.3051.8212.565.49
HexB2AF9C02C1E34d41
Octal2622572340214366415101
Binary10110010101011111001110001011001111011010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF9C; }

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

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

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

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

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

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

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

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