#B0AB92

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

Shades of Eagle #B0AB92

Tints of Eagle #B0AB92

Color information

#B0AB92 (or 0xB0AB92) is unknown color: approx Eagle. HEX triplet: B0, AB and 92. RGB value is (176,171,146). Sum of RGB (Red+Green+Blue) = 176+171+146=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AB92 is #4F546D. Grayscale: #A9A9A9. Windows color (decimal): -5198958 or 9612208. OLE color: 9612208.

HSL color Cylindrical-coordinate representation of color #B0AB92: hue angle of 50º 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 #B0AB92 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB176171146-
CMYK00.030.170.31
HSL50º15.96%63.14%-
HSV(B)50º17.05%69.02%-
XYZ37.6640.4333.01-
YUV169.64114.66132.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 171 (67.19% from 255) = 34.69%
BLUE value IS 146 (57.42% from 255) = 29.61%
R=35.70%
G=34.69%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617114600.030.170.315015.9663.14
HexB0AB9203111F32103f
Octal260253222032137622077
Binary101100001010101110010010011100011111111001010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AB92; }

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

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

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

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

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

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

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

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