#B2B293

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

Shades of Eagle #B2B293

Tints of Eagle #B2B293

Color information

#B2B293 (or 0xB2B293) is unknown color: approx Eagle. HEX triplet: B2, B2 and 93. RGB value is (178,178,147). Sum of RGB (Red+Green+Blue) = 178+178+147=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 178 - color contains mainly: red, green. Hex color #B2B293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B293 is #4D4D6C. Grayscale: #AEAEAE. Windows color (decimal): -5066093 or 9679538. OLE color: 9679538.

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

Color convert

RGB178178147-
CMYK000.170.30
HSL60º16.76%63.73%-
HSV(B)60º17.42%69.8%-
XYZ39.5543.4133.9-
YUV174.47112.5130.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 178 (69.92% from 255) = 35.39%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=35.39%
G=35.39%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178178147000.170.306016.7663.73
HexB2B29300111E3c1140
Octal2622622230021367421100
Binary101100101011001010010011001000111110111100100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B293; }

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

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

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

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

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

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

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

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