Html Css Color HEX #BAA19F Dusty Grey

📋 copy color: '#BAA19F'

red 186 ◦ green 161 ◦ blue 159

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

Shades of Dusty Grey #BAA19F

Tints of Dusty Grey #BAA19F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 31.82%

 BLUE value IS 159 (62.5% from 255) = 31.42%

R = 36.76%
G = 31.82%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#BAA19F (or 0xBAA19F) is known color: Dusty Grey. HEX triplet: BA, A1 and 9F. RGB value is (186,161,159). Sum of RGB (Red+Green+Blue) = 186+161+159=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 161 (63.28% from 255 or 31.82% from 506); Blue value is 159 (62.5% from 255 or 31.42% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA19F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA19F is #455E60. Grayscale: #A8A8A8. Windows color (decimal): -4546145 or 10461626. OLE color: 10461626.

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

Color convert

RGB 186 161 159 -
CMYK 0 0.13 0.15 0.27
HSL 4.44º 0.16% 0.68% -
HSV(B) 4.44º 0.15% 0.73% -
XYZ 39.25 38.43 38.15 -
YUV 168.25 122.78 140.66 -
System Red Green Blue C M Y K H S L
Decimal 186 161 159 0 0.13 0.15 0.27 4.44 0.16 0.68
Hex BA A1 9F 0 D F 1B 4 10 44
Octal 272 241 237 0 15 17 33 4 20 104
Binary 10111010 10100001 10011111 0 1101 1111 11011 100 10000 1000100

Color Harmonies of #BAA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA19F

Black with #BAA19F

Text Example


Text Example

White with #BAA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA19F; }

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

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

background-color css

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

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

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

border-color css

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

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

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