#BA9D9C

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

Shades of Dusty Grey #BA9D9C

Tints of Dusty Grey #BA9D9C

Color information

#BA9D9C (or 0xBA9D9C) is unknown color: approx Dusty Grey. HEX triplet: BA, 9D and 9C. RGB value is (186,157,156). Sum of RGB (Red+Green+Blue) = 186+157+156=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 156 (61.33% from 255 or 31.26% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9D9C is #456263. Grayscale: #A5A5A5. Windows color (decimal): -4547172 or 10263994. OLE color: 10263994.

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

Color convert

RGB186157156-
CMYK00.160.160.27
HSL17.86%67.06%-
HSV(B)16.13%72.94%-
XYZ38.3136.9536.57-
YUV165.56122.61142.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 157 (61.72% from 255) = 31.46%
BLUE value IS 156 (61.33% from 255) = 31.26%
R=37.27%
G=31.46%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615715600.160.160.27217.8667.06
HexBA9D9C010101B21243
Octal2722352340202033222103
Binary101110101001110110011100010000100001101110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9D9C; }

 p { color: rgb(186,157,156); }

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

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

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

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

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

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

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