#B5AF92

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

Shades of Eagle #B5AF92

Tints of Eagle #B5AF92

Color information

#B5AF92 (or 0xB5AF92) is unknown color: approx Eagle. HEX triplet: B5, AF and 92. RGB value is (181,175,146). Sum of RGB (Red+Green+Blue) = 181+175+146=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5AF92 is #4A506D. Grayscale: #ADADAD. Windows color (decimal): -4870254 or 9613237. OLE color: 9613237.

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

Color convert

RGB181175146-
CMYK00.030.190.29
HSL49.71º19.13%64.12%-
HSV(B)49.71º19.34%70.98%-
XYZ39.5742.5633.32-
YUV173.49112.49133.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.06%
GREEN value IS 175 (68.75% from 255) = 34.86%
BLUE value IS 146 (57.42% from 255) = 29.08%
R=36.06%
G=34.86%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18117514600.030.190.2949.7119.1364.12
HexB5AF9203131D321340
Octal2652572220323356223100
Binary1011010110101111100100100111001111101110010100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AF92; }

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

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

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

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

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

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

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

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