#B0B095

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

Shades of Eagle #B0B095

Tints of Eagle #B0B095

Color information

#B0B095 (or 0xB0B095) is unknown color: approx Eagle. HEX triplet: B0, B0 and 95. RGB value is (176,176,149). Sum of RGB (Red+Green+Blue) = 176+176+149=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B095 is #4F4F6A. Grayscale: #ADADAD. Windows color (decimal): -5197675 or 9810096. OLE color: 9810096.

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

Color convert

RGB176176149-
CMYK000.150.31
HSL60º14.59%63.73%-
HSV(B)60º15.34%69.02%-
XYZ38.8542.4534.58-
YUV172.92114.5130.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=35.13%
G=35.13%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176149000.150.316014.5963.73
HexB0B09500F1F3cf40
Octal2602602250017377417100
Binary1011000010110000100101010011111111111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B095; }

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

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

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

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

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

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

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

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