#B4B197

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

Shades of Eagle #B4B197

Tints of Eagle #B4B197

Color information

#B4B197 (or 0xB4B197) is unknown color: approx Eagle. HEX triplet: B4, B1 and 97. RGB value is (180,177,151). Sum of RGB (Red+Green+Blue) = 180+177+151=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 177 (69.53% from 255 or 34.84% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B197 is #4B4E68. Grayscale: #AFAFAF. Windows color (decimal): -4935273 or 9941428. OLE color: 9941428.

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

Color convert

RGB180177151-
CMYK00.020.160.29
HSL53.79º16.2%64.9%-
HSV(B)53.79º16.11%70.59%-
XYZ40.1343.3835.54-
YUV174.93114.49131.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 177 (69.53% from 255) = 34.84%
BLUE value IS 151 (59.38% from 255) = 29.72%
R=35.43%
G=34.84%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017715100.020.160.2953.7916.264.9
HexB4B19702101D361041
Octal2642612270220356620101
Binary1011010010110001100101110101000011101110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B197; }

 p { color: rgb(180,177,151); }

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

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

 a { background-color: rgb(180,177,151); }

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

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

 span { border-color: rgb(180,177,151); }

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