#B8AAAA

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

Shades of Dark Gray #B8AAAA

Tints of Dark Gray #B8AAAA

Color information

#B8AAAA (or 0xB8AAAA) is unknown color: approx Dark Gray. HEX triplet: B8, AA and AA. RGB value is (184,170,170). Sum of RGB (Red+Green+Blue) = 184+170+170=524 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.11% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AAAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AAAA is #475555. Grayscale: #AEAEAE. Windows color (decimal): -4674902 or 11184824. OLE color: 11184824.

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

Color convert

RGB184170170-
CMYK00.080.080.28
HSL8.97%69.41%-
HSV(B)7.61%72.16%-
XYZ41.441.8443.92-
YUV174.19125.64135-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.11%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 170 (66.80% from 255) = 32.44%
R=35.11%
G=32.44%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417017000.080.080.2808.9769.41
HexB8AAAA0881C0945
Octal2702522520101034011105
Binary10111000101010101010101001000100011100010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAAA; }

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

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

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

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

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

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

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

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