#B0B19A

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

Shades of Eagle #B0B19A

Tints of Eagle #B0B19A

Color information

#B0B19A (or 0xB0B19A) is unknown color: approx Eagle. HEX triplet: B0, B1 and 9A. RGB value is (176,177,154). Sum of RGB (Red+Green+Blue) = 176+177+154=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 177 (69.53% from 255 or 34.91% from 507); Blue value is 154 (60.55% from 255 or 30.37% from 507); Max value from RGB is 177 - color contains mainly: green. Hex color #B0B19A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B19A is #4F4E65. Grayscale: #AEAEAE. Windows color (decimal): -5197414 or 10138032. OLE color: 10138032.

HSL color Cylindrical-coordinate representation of color #B0B19A: hue angle of 62.61º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B19A is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB176177154-
CMYK0.0100.130.31
HSL62.61º12.85%64.9%-
HSV(B)62.61º12.99%69.41%-
XYZ39.4643.0136.79-
YUV174.08116.67129.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.71%
GREEN value IS 177 (69.53% from 255) = 34.91%
BLUE value IS 154 (60.55% from 255) = 30.37%
R=34.71%
G=34.91%
B=30.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761771540.0100.130.3162.6112.8564.9
HexB0B19A10D1F3fd41
Octal2602612321015377715101
Binary1011000010110001100110101011011111111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B19A; }

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

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

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

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

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

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

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

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