#B0AD92

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

Shades of Eagle #B0AD92

Tints of Eagle #B0AD92

Color information

#B0AD92 (or 0xB0AD92) is unknown color: approx Eagle. HEX triplet: B0, AD and 92. RGB value is (176,173,146). Sum of RGB (Red+Green+Blue) = 176+173+146=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD92 is #4F526D. Grayscale: #AAAAAA. Windows color (decimal): -5198446 or 9612720. OLE color: 9612720.

HSL color Cylindrical-coordinate representation of color #B0AD92: hue angle of 54º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0AD92 is Cyan = 0, Magento = 0.02, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB176173146-
CMYK00.020.170.31
HSL54º15.96%63.14%-
HSV(B)54º17.05%69.02%-
XYZ38.0441.1933.14-
YUV170.82113.99131.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.56%
GREEN value IS 173 (67.97% from 255) = 34.95%
BLUE value IS 146 (57.42% from 255) = 29.49%
R=35.56%
G=34.95%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617314600.020.170.315415.9663.14
HexB0AD9202111F36103f
Octal260255222022137662077
Binary101100001010110110010010010100011111111011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD92; }

 p { color: rgb(176,173,146); }

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

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

 a { background-color: rgb(176,173,146); }

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

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

 span { border-color: rgb(176,173,146); }

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