#B3B095

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

Shades of Eagle #B3B095

Tints of Eagle #B3B095

Color information

#B3B095 (or 0xB3B095) is unknown color: approx Eagle. HEX triplet: B3, B0 and 95. RGB value is (179,176,149). Sum of RGB (Red+Green+Blue) = 179+176+149=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B095 is #4C4F6A. Grayscale: #ADADAD. Windows color (decimal): -5001067 or 9810099. OLE color: 9810099.

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

Color convert

RGB179176149-
CMYK00.020.170.30
HSL54º16.48%64.31%-
HSV(B)54º16.76%70.2%-
XYZ39.5442.834.61-
YUV173.82113.99131.7-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 176 (69.14% from 255) = 34.92%
BLUE value IS 149 (58.59% from 255) = 29.56%
R=35.52%
G=34.92%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917614900.020.170.305416.4864.31
HexB3B09502111E361040
Octal2632602250221366620100
Binary1011001110110000100101010101000111110110110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B095; }

 p { color: rgb(179,176,149); }

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

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

 a { background-color: rgb(179,176,149); }

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

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

 span { border-color: rgb(179,176,149); }

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