#B3B293

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

Shades of Eagle #B3B293

Tints of Eagle #B3B293

Color information

#B3B293 (or 0xB3B293) is unknown color: approx Eagle. HEX triplet: B3, B2 and 93. RGB value is (179,178,147). Sum of RGB (Red+Green+Blue) = 179+178+147=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B293 is #4C4D6C. Grayscale: #AEAEAE. Windows color (decimal): -5000557 or 9679539. OLE color: 9679539.

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

Color convert

RGB179178147-
CMYK00.010.180.30
HSL58.12º17.39%63.92%-
HSV(B)58.12º17.88%70.2%-
XYZ39.7843.5333.91-
YUV174.76112.33131.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 178 (69.92% from 255) = 35.32%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=35.52%
G=35.32%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917814700.010.180.3058.1217.3963.92
HexB3B29301121E3a1140
Octal2632622230122367221100
Binary101100111011001010010011011001011110111010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B293; }

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

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

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

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

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

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

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

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