#B3B09A

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

Shades of Eagle #B3B09A

Tints of Eagle #B3B09A

Color information

#B3B09A (or 0xB3B09A) is unknown color: approx Eagle. HEX triplet: B3, B0 and 9A. RGB value is (179,176,154). Sum of RGB (Red+Green+Blue) = 179+176+154=509 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.17% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 154 (60.55% from 255 or 30.26% from 509); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B09A is #4C4F65. Grayscale: #AEAEAE. Windows color (decimal): -5001062 or 10137779. OLE color: 10137779.

HSL color Cylindrical-coordinate representation of color #B3B09A: hue angle of 52.8º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B3B09A is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB179176154-
CMYK00.020.140.30
HSL52.8º14.12%65.29%-
HSV(B)52.8º13.97%70.2%-
XYZ39.9542.9736.76-
YUV174.39116.49131.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.17%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 154 (60.55% from 255) = 30.26%
R=35.17%
G=34.58%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917615400.020.140.3052.814.1265.29
HexB3B09A02E1E35e41
Octal2632602320216366516101
Binary10110011101100001001101001011101111011010111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B09A; }

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

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

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

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

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

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

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

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