#B3AF9B

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

Shades of Eagle #B3AF9B

Tints of Eagle #B3AF9B

Color information

#B3AF9B (or 0xB3AF9B) is unknown color: approx Eagle. HEX triplet: B3, AF and 9B. RGB value is (179,175,155). Sum of RGB (Red+Green+Blue) = 179+175+155=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AF9B is #4C5064. Grayscale: #AEAEAE. Windows color (decimal): -5001317 or 10203059. OLE color: 10203059.

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

Color convert

RGB179175155-
CMYK00.020.130.30
HSL50º13.64%65.49%-
HSV(B)50º13.41%70.2%-
XYZ39.8442.6137.14-
YUV173.92117.33131.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 155 (60.94% from 255) = 30.45%
R=35.17%
G=34.38%
B=30.45%

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
Decimal17917515500.020.130.305013.6465.49
HexB3AF9B02D1E32e41
Octal2632572330215366216101
Binary10110011101011111001101101011011111011001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AF9B; }

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

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

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

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

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

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

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

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