#B3B291

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

Shades of Eagle #B3B291

Tints of Eagle #B3B291

Color information

#B3B291 (or 0xB3B291) is unknown color: approx Eagle. HEX triplet: B3, B2 and 91. RGB value is (179,178,145). Sum of RGB (Red+Green+Blue) = 179+178+145=502 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.66% from 502); Green value is 178 (69.92% from 255 or 35.46% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B291 is #4C4D6E. Grayscale: #AEAEAE. Windows color (decimal): -5000559 or 9548467. OLE color: 9548467.

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

Color convert

RGB179178145-
CMYK00.010.190.30
HSL58.24º18.28%63.53%-
HSV(B)58.24º18.99%70.2%-
XYZ39.6243.4733.09-
YUV174.54111.33131.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.66%
GREEN value IS 178 (69.92% from 255) = 35.46%
BLUE value IS 145 (57.03% from 255) = 28.88%
R=35.66%
G=35.46%
B=28.88%

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
Decimal17917814500.010.190.3058.2418.2863.53
HexB3B29101131E3a1240
Octal2632622210123367222100
Binary101100111011001010010001011001111110111010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B291; }

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

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

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

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

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

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

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

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