#B5AF94

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

Shades of Eagle #B5AF94

Tints of Eagle #B5AF94

Color information

#B5AF94 (or 0xB5AF94) is unknown color: approx Eagle. HEX triplet: B5, AF and 94. RGB value is (181,175,148). Sum of RGB (Red+Green+Blue) = 181+175+148=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 175 (68.75% from 255 or 34.72% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF94 is #4A506B. Grayscale: #ADADAD. Windows color (decimal): -4870252 or 9744309. OLE color: 9744309.

HSL color Cylindrical-coordinate representation of color #B5AF94: hue angle of 49.09º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5AF94 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181175148-
CMYK00.030.180.29
HSL49.09º18.23%64.51%-
HSV(B)49.09º18.23%70.98%-
XYZ39.7342.6234.15-
YUV173.72113.49133.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 175 (68.75% from 255) = 34.72%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=35.91%
G=34.72%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117514800.030.180.2949.0918.2364.51
HexB5AF9403121D311241
Octal2652572240322356122101
Binary1011010110101111100101000111001011101110001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF94; }

 p { color: rgb(181,175,148); }

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

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

 a { background-color: rgb(181,175,148); }

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

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

 span { border-color: rgb(181,175,148); }

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