#B0AC9B

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

Shades of Eagle #B0AC9B

Tints of Eagle #B0AC9B

Color information

#B0AC9B (or 0xB0AC9B) is unknown color: approx Eagle. HEX triplet: B0, AC and 9B. RGB value is (176,172,155). Sum of RGB (Red+Green+Blue) = 176+172+155=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 155 (60.94% from 255 or 30.82% from 503); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AC9B is #4F5364. Grayscale: #ABABAB. Windows color (decimal): -5198693 or 10202288. OLE color: 10202288.

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

Color convert

RGB176172155-
CMYK00.020.120.31
HSL48.57º11.73%64.9%-
HSV(B)48.57º11.93%69.02%-
XYZ38.5741.136.91-
YUV171.26118.83131.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 172 (67.58% from 255) = 34.19%
BLUE value IS 155 (60.94% from 255) = 30.82%
R=34.99%
G=34.19%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617215500.020.120.3148.5711.7364.9
HexB0AC9B02C1F31c41
Octal2602542330214376114101
Binary10110000101011001001101101011001111111000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AC9B; }

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

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

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

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

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

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

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

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