#B2B093

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

Shades of Eagle #B2B093

Tints of Eagle #B2B093

Color information

#B2B093 (or 0xB2B093) is unknown color: approx Eagle. HEX triplet: B2, B0 and 93. RGB value is (178,176,147). Sum of RGB (Red+Green+Blue) = 178+176+147=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 176 (69.14% from 255 or 35.13% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B093 is #4D4F6C. Grayscale: #ADADAD. Windows color (decimal): -5066605 or 9679026. OLE color: 9679026.

HSL color Cylindrical-coordinate representation of color #B2B093: hue angle of 56.13º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B2B093 is Cyan = 0, Magento = 0.01, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB178176147-
CMYK00.010.170.30
HSL56.13º16.76%63.73%-
HSV(B)56.13º17.42%69.8%-
XYZ39.1542.6233.77-
YUV173.29113.16131.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.53%
GREEN value IS 176 (69.14% from 255) = 35.13%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=35.53%
G=35.13%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817614700.010.170.3056.1316.7663.73
HexB2B09301111E381140
Octal2622602230121367021100
Binary101100101011000010010011011000111110111000100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B093; }

 p { color: rgb(178,176,147); }

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

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

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

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

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

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

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