#B3B290

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

Shades of Eagle #B3B290

Tints of Eagle #B3B290

Color information

#B3B290 (or 0xB3B290) is unknown color: approx Eagle. HEX triplet: B3, B2 and 90. RGB value is (179,178,144). Sum of RGB (Red+Green+Blue) = 179+178+144=501 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.73% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B290 is #4C4D6F. Grayscale: #AEAEAE. Windows color (decimal): -5000560 or 9482931. OLE color: 9482931.

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

Color convert

RGB179178144-
CMYK00.010.200.30
HSL58.29º18.72%63.33%-
HSV(B)58.29º19.55%70.2%-
XYZ39.5443.4432.69-
YUV174.42110.83131.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.73%
GREEN value IS 178 (69.92% from 255) = 35.53%
BLUE value IS 144 (56.64% from 255) = 28.74%
R=35.73%
G=35.53%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917814400.010.200.3058.2918.7263.33
HexB3B29001141E3a133f
Octal263262220012436722377
Binary10110011101100101001000001101001111011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B290; }

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

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

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

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

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

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

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

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