#B4B097

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

Shades of Eagle #B4B097

Tints of Eagle #B4B097

Color information

#B4B097 (or 0xB4B097) is unknown color: approx Eagle. HEX triplet: B4, B0 and 97. RGB value is (180,176,151). Sum of RGB (Red+Green+Blue) = 180+176+151=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4B097 is #4B4F68. Grayscale: #AEAEAE. Windows color (decimal): -4935529 or 9941172. OLE color: 9941172.

HSL color Cylindrical-coordinate representation of color #B4B097: hue angle of 51.72º 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 #B4B097 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB180176151-
CMYK00.020.160.29
HSL51.72º16.2%64.9%-
HSV(B)51.72º16.11%70.59%-
XYZ39.9342.9935.47-
YUV174.35114.83132.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=35.50%
G=34.71%
B=29.78%

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
Decimal18017615100.020.160.2951.7216.264.9
HexB4B09702101D341041
Octal2642602270220356420101
Binary1011010010110000100101110101000011101110100100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B097; }

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

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

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

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

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

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

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

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