#B0B097

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

Shades of Eagle #B0B097

Tints of Eagle #B0B097

Color information

#B0B097 (or 0xB0B097) is unknown color: approx Eagle. HEX triplet: B0, B0 and 97. RGB value is (176,176,151). Sum of RGB (Red+Green+Blue) = 176+176+151=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 151 (59.38% from 255 or 30.02% from 503); Max value from RGB is 176 - color contains mainly: red, green. Hex color #B0B097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0B097 is #4F4F68. Grayscale: #ADADAD. Windows color (decimal): -5197673 or 9941168. OLE color: 9941168.

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

Color convert

RGB176176151-
CMYK000.140.31
HSL60º13.66%64.12%-
HSV(B)60º14.2%69.02%-
XYZ39.0242.5235.43-
YUV173.15115.5130.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 176 (69.14% from 255) = 34.99%
BLUE value IS 151 (59.38% from 255) = 30.02%
R=34.99%
G=34.99%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176176151000.140.316013.6664.12
HexB0B09700E1F3ce40
Octal2602602270016377416100
Binary1011000010110000100101110011101111111110011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B097; }

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

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

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

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

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

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

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

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