#B0B195

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

Shades of Eagle #B0B195

Tints of Eagle #B0B195

Color information

#B0B195 (or 0xB0B195) is unknown color: approx Eagle. HEX triplet: B0, B1 and 95. RGB value is (176,177,149). Sum of RGB (Red+Green+Blue) = 176+177+149=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B195 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B195 is #4F4E6A. Grayscale: #ADADAD. Windows color (decimal): -5197419 or 9810352. OLE color: 9810352.

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

Color convert

RGB176177149-
CMYK0.0100.160.31
HSL62.14º15.22%63.92%-
HSV(B)62.14º15.82%69.41%-
XYZ39.0542.8434.65-
YUV173.51114.17129.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.06%
GREEN value IS 177 (69.53% from 255) = 35.26%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=35.06%
G=35.26%
B=29.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771490.0100.160.3162.1415.2263.92
HexB0B19510101F3ef40
Octal2602612251020377617100
Binary10110000101100011001010110100001111111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B195; }

 p { color: rgb(176,177,149); }

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

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

 a { background-color: rgb(176,177,149); }

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

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

 span { border-color: rgb(176,177,149); }

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