Html Css Color HEX #BA9E9D Dusty Grey

📋 copy color: '#BA9E9D'

red 186 ◦ green 158 ◦ blue 157

#BA9E9D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dusty Grey #BA9E9D

Tints of Dusty Grey #BA9E9D

RGB

 RED value IS 186 (73.05% from 255) = 37.13%

 GREEN value IS 158 (62.11% from 255) = 31.54%

 BLUE value IS 157 (61.72% from 255) = 31.34%

R = 37.13%
G = 31.54%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#BA9E9D (or 0xBA9E9D) is known color: Dusty Grey. HEX triplet: BA, 9E and 9D. RGB value is (186,158,157). Sum of RGB (Red+Green+Blue) = 186+158+157=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 157 (61.72% from 255 or 31.34% from 501); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA9E9D is #456162. Grayscale: #A6A6A6. Windows color (decimal): -4546915 or 10329786. OLE color: 10329786.

HSL color Cylindrical-coordinate representation of color #BA9E9D: hue angle of 2.07º degrees, saturation: 0.17, 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 #BA9E9D is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 158 157 -
CMYK 0 0.15 0.16 0.27
HSL 2.07º 0.17% 0.67% -
HSV(B) 2.07º 0.16% 0.73% -
XYZ 38.56 37.33 37.07 -
YUV 166.26 122.78 142.08 -
System Red Green Blue C M Y K H S L
Decimal 186 158 157 0 0.15 0.16 0.27 2.07 0.17 0.67
Hex BA 9E 9D 0 F 10 1B 2 11 43
Octal 272 236 235 0 17 20 33 2 21 103
Binary 10111010 10011110 10011101 0 1111 10000 11011 10 10001 1000011

Color Harmonies of #BA9E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9E9D

Black with #BA9E9D

Text Example


Text Example

White with #BA9E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9E9D; }

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

 H1.HeaderClassName
 {
   color: #BA9E9D;
 }
 .AnyTagClassName
 {
   color: #BA9E9D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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