#B3B09B

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

Shades of Eagle #B3B09B

Tints of Eagle #B3B09B

Color information

#B3B09B (or 0xB3B09B) is unknown color: approx Eagle. HEX triplet: B3, B0 and 9B. RGB value is (179,176,155). Sum of RGB (Red+Green+Blue) = 179+176+155=510 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.10% from 510); Green value is 176 (69.14% from 255 or 34.51% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3B09B is #4C4F64. Grayscale: #AEAEAE. Windows color (decimal): -5001061 or 10203315. OLE color: 10203315.

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

Color convert

RGB179176155-
CMYK00.020.130.30
HSL52.5º13.64%65.49%-
HSV(B)52.5º13.41%70.2%-
XYZ40.034337.2-
YUV174.5116.99131.21-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.10%
GREEN value IS 176 (69.14% from 255) = 34.51%
BLUE value IS 155 (60.94% from 255) = 30.39%
R=35.10%
G=34.51%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917615500.020.130.3052.513.6465.49
HexB3B09B02D1E34e41
Octal2632602330215366416101
Binary10110011101100001001101101011011111011010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B09B; }

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

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

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

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

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

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

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

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