#B3AD8C

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

Shades of Eagle #B3AD8C

Tints of Eagle #B3AD8C

Color information

#B3AD8C (or 0xB3AD8C) is unknown color: approx Eagle. HEX triplet: B3, AD and 8C. RGB value is (179,173,140). Sum of RGB (Red+Green+Blue) = 179+173+140=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AD8C is #4C5273. Grayscale: #ABABAB. Windows color (decimal): -5001844 or 9219507. OLE color: 9219507.

HSL color Cylindrical-coordinate representation of color #B3AD8C: hue angle of 50.77º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3AD8C is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB179173140-
CMYK00.030.220.30
HSL50.77º20.42%62.55%-
HSV(B)50.77º21.79%70.2%-
XYZ38.2741.3630.78-
YUV171.03110.49133.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 173 (67.97% from 255) = 35.16%
BLUE value IS 140 (55.08% from 255) = 28.46%
R=36.38%
G=35.16%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917314000.030.220.3050.7720.4262.55
HexB3AD8C03161E33143f
Octal263255214032636632477
Binary101100111010110110001100011101101111011001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AD8C; }

 p { color: rgb(179,173,140); }

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

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

 a { background-color: rgb(179,173,140); }

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

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

 span { border-color: rgb(179,173,140); }

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