#B2B091

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

Shades of Eagle #B2B091

Tints of Eagle #B2B091

Color information

#B2B091 (or 0xB2B091) is unknown color: approx Eagle. HEX triplet: B2, B0 and 91. RGB value is (178,176,145). Sum of RGB (Red+Green+Blue) = 178+176+145=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 145 (57.03% from 255 or 29.06% from 499); Max value from RGB is 178 - color contains mainly: red. Hex color #B2B091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2B091 is #4D4F6E. Grayscale: #ADADAD. Windows color (decimal): -5066607 or 9547954. OLE color: 9547954.

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

Color convert

RGB178176145-
CMYK00.010.190.30
HSL56.36º17.65%63.33%-
HSV(B)56.36º18.54%69.8%-
XYZ3942.5632.95-
YUV173.06112.16131.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 176 (69.14% from 255) = 35.27%
BLUE value IS 145 (57.03% from 255) = 29.06%
R=35.67%
G=35.27%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17817614500.010.190.3056.3617.6563.33
HexB2B09101131E38123f
Octal262260221012336702277
Binary10110010101100001001000101100111111011100010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B091; }

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

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

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

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

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

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

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

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