#B0AAAA

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

Shades of Dark Gray #B0AAAA

Tints of Dark Gray #B0AAAA

Color information

#B0AAAA (or 0xB0AAAA) is unknown color: approx Dark Gray. HEX triplet: B0, AA and AA. RGB value is (176,170,170). Sum of RGB (Red+Green+Blue) = 176+170+170=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AAAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0AAAA is #4F5555. Grayscale: #ABABAB. Windows color (decimal): -5199190 or 11184816. OLE color: 11184816.

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

Color convert

RGB176170170-
CMYK00.030.030.31
HSL3.66%67.84%-
HSV(B)3.41%69.02%-
XYZ39.5340.8843.84-
YUV171.79126.99131-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=34.11%
G=32.95%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17617017000.030.030.3103.6667.84
HexB0AAAA0331F0444
Octal2602522520333704104
Binary101100001010101010101010011111111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0AAAA; }

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

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

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

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

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

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

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

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