#BA9F9E

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

Shades of Dusty Grey #BA9F9E

Tints of Dusty Grey #BA9F9E

Color information

#BA9F9E (or 0xBA9F9E) is unknown color: approx Dusty Grey. HEX triplet: BA, 9F and 9E. RGB value is (186,159,158). Sum of RGB (Red+Green+Blue) = 186+159+158=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 158 (62.11% from 255 or 31.41% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9F9E is #456061. Grayscale: #A6A6A6. Windows color (decimal): -4546658 or 10395578. OLE color: 10395578.

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

Color convert

RGB186159158-
CMYK00.150.150.27
HSL2.14º16.87%67.45%-
HSV(B)2.14º15.05%72.94%-
XYZ38.8237.737.58-
YUV166.96122.95141.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 158 (62.11% from 255) = 31.41%
R=36.98%
G=31.61%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18615915800.150.150.272.1416.8767.45
HexBA9F9E0FF1B21143
Octal2722372360171733221103
Binary1011101010011111100111100111111111101110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA9F9E; }

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

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

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

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

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

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

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

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