Html Css Color HEX #BAA995 Silk

📋 copy color: '#BAA995'

red 186 ◦ green 169 ◦ blue 149

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

Shades of Silk #BAA995

Tints of Silk #BAA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.53%

 BLUE value IS 149 (58.59% from 255) = 29.56%

R = 36.9%
G = 33.53%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BAA995 (or 0xBAA995) is known color: Silk. HEX triplet: BA, A9 and 95. RGB value is (186,169,149). Sum of RGB (Red+Green+Blue) = 186+169+149=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 149 (58.59% from 255 or 29.56% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA995 is #45566A. Grayscale: #ABABAB. Windows color (decimal): -4544107 or 9808314. OLE color: 9808314.

HSL color Cylindrical-coordinate representation of color #BAA995: hue angle of 32.43º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAA995 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 169 149 -
CMYK 0 0.09 0.20 0.27
HSL 32.43º 0.21% 0.66% -
HSV(B) 32.43º 0.2% 0.73% -
XYZ 39.86 40.98 34.24 -
YUV 171.8 115.13 138.13 -
System Red Green Blue C M Y K H S L
Decimal 186 169 149 0 0.09 0.20 0.27 32.43 0.21 0.66
Hex BA A9 95 0 9 14 1B 20 15 42
Octal 272 251 225 0 11 24 33 40 25 102
Binary 10111010 10101001 10010101 0 1001 10100 11011 100000 10101 1000010

Color Harmonies of #BAA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA995

Black with #BAA995

Text Example


Text Example

White with #BAA995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA995; }

 p { color: rgb(186,169,149); }

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

background-color css

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

 a { background-color: rgb(186,169,149); }

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

border-color css

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

 span { border-color: rgb(186,169,149); }

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