#B1B095

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

Shades of Eagle #B1B095

Tints of Eagle #B1B095

Color information

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

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

Color convert

RGB177176149-
CMYK00.010.160.31
HSL57.86º15.22%63.92%-
HSV(B)57.86º15.82%69.41%-
XYZ39.0842.5734.59-
YUV173.22114.33130.7-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17717614900.010.160.3157.8615.2263.92
HexB1B09501101F3af40
Octal2612602250120377217100
Binary10110001101100001001010101100001111111101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B095; }

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

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

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

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

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

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

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

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