#BAA3A3

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

Shades of Dusty Grey #BAA3A3

Tints of Dusty Grey #BAA3A3

Color information

#BAA3A3 (or 0xBAA3A3) is unknown color: approx Dusty Grey. HEX triplet: BA, A3 and A3. RGB value is (186,163,163). Sum of RGB (Red+Green+Blue) = 186+163+163=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 163 (64.06% from 255 or 31.84% from 512); Blue value is 163 (64.06% from 255 or 31.84% from 512); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA3A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA3A3 is #455C5C. Grayscale: #A9A9A9. Windows color (decimal): -4545629 or 10724282. OLE color: 10724282.

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

Color convert

RGB186163163-
CMYK00.120.120.27
HSL14.29%68.43%-
HSV(B)12.37%72.94%-
XYZ39.9639.2840.13-
YUV169.88124.12139.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 163 (64.06% from 255) = 31.84%
BLUE value IS 163 (64.06% from 255) = 31.84%
R=36.33%
G=31.84%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616316300.120.120.27014.2968.43
HexBAA3A30CC1B0e44
Octal2722432430141433016104
Binary10111010101000111010001101100110011011011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA3A3; }

 p { color: rgb(186,163,163); }

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

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

 a { background-color: rgb(186,163,163); }

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

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

 span { border-color: rgb(186,163,163); }

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