#B0AD9C

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

Shades of Eagle #B0AD9C

Tints of Eagle #B0AD9C

Color information

#B0AD9C (or 0xB0AD9C) is unknown color: approx Eagle. HEX triplet: B0, AD and 9C. RGB value is (176,173,156). Sum of RGB (Red+Green+Blue) = 176+173+156=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 156 (61.33% from 255 or 30.89% from 505); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AD9C is #4F5263. Grayscale: #ACACAC. Windows color (decimal): -5198436 or 10268080. OLE color: 10268080.

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

Color convert

RGB176173156-
CMYK00.020.110.31
HSL51º11.24%65.1%-
HSV(B)51º11.36%69.02%-
XYZ38.8541.5237.42-
YUV171.96118.99130.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.85%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 156 (61.33% from 255) = 30.89%
R=34.85%
G=34.26%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617315600.020.110.315111.2465.1
HexB0AD9C02B1F33b41
Octal2602552340213376313101
Binary10110000101011011001110001010111111111001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AD9C; }

 p { color: rgb(176,173,156); }

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

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

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

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

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

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

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