#B3AF9C

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

Shades of Eagle #B3AF9C

Tints of Eagle #B3AF9C

Color information

#B3AF9C (or 0xB3AF9C) is unknown color: approx Eagle. HEX triplet: B3, AF and 9C. RGB value is (179,175,156). Sum of RGB (Red+Green+Blue) = 179+175+156=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 156 (61.33% from 255 or 30.59% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AF9C is #4C5063. Grayscale: #AEAEAE. Windows color (decimal): -5001316 or 10268595. OLE color: 10268595.

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

Color convert

RGB179175156-
CMYK00.020.130.30
HSL49.57º13.14%65.69%-
HSV(B)49.57º12.85%70.2%-
XYZ39.9242.6437.58-
YUV174.03117.83131.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 156 (61.33% from 255) = 30.59%
R=35.10%
G=34.31%
B=30.59%

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
Decimal17917515600.020.130.3049.5713.1465.69
HexB3AF9C02D1E32d42
Octal2632572340215366215102
Binary10110011101011111001110001011011111011001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF9C; }

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

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

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

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

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

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

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

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