#B4B09B

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

Shades of Eagle #B4B09B

Tints of Eagle #B4B09B

Color information

#B4B09B (or 0xB4B09B) is unknown color: approx Eagle. HEX triplet: B4, B0 and 9B. RGB value is (180,176,155). Sum of RGB (Red+Green+Blue) = 180+176+155=511 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.23% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B09B is #4B4F64. Grayscale: #AEAEAE. Windows color (decimal): -4935525 or 10203316. OLE color: 10203316.

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

Color convert

RGB180176155-
CMYK00.020.140.29
HSL50.4º14.29%65.69%-
HSV(B)50.4º13.89%70.59%-
XYZ40.2643.1237.21-
YUV174.8116.83131.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.23%
GREEN value IS 176 (69.14% from 255) = 34.44%
BLUE value IS 155 (60.94% from 255) = 30.33%
R=35.23%
G=34.44%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017615500.020.140.2950.414.2965.69
HexB4B09B02E1D32e42
Octal2642602330216356216102
Binary10110100101100001001101101011101110111001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B09B; }

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

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

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

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

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

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

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

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