#BA9E9B

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

Shades of Dusty Grey #BA9E9B

Tints of Dusty Grey #BA9E9B

Color information

#BA9E9B (or 0xBA9E9B) is unknown color: approx Dusty Grey. HEX triplet: BA, 9E and 9B. RGB value is (186,158,155). Sum of RGB (Red+Green+Blue) = 186+158+155=499 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.27% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 155 (60.94% from 255 or 31.06% from 499); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E9B is #456164. Grayscale: #A6A6A6. Windows color (decimal): -4546917 or 10198714. OLE color: 10198714.

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

Color convert

RGB186158155-
CMYK00.150.170.27
HSL5.81º18.34%66.86%-
HSV(B)5.81º16.67%72.94%-
XYZ38.3937.2636.18-
YUV166.03121.78142.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.27%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 155 (60.94% from 255) = 31.06%
R=37.27%
G=31.66%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615815500.150.170.275.8118.3466.86
HexBA9E9B0F111B61243
Octal2722362330172133622103
Binary101110101001111010011011011111000111011110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9E9B; }

 p { color: rgb(186,158,155); }

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

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

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

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

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

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

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