Html Css Color HEX #BAA996 Silk

📋 copy color: '#BAA996'

red 186 ◦ green 169 ◦ blue 150

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

Shades of Silk #BAA996

Tints of Silk #BAA996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.7%

R = 36.83%
G = 33.47%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAA996 (or 0xBAA996) is known color: Silk. HEX triplet: BA, A9 and 96. RGB value is (186,169,150). Sum of RGB (Red+Green+Blue) = 186+169+150=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA996 is #455669. Grayscale: #ACACAC. Windows color (decimal): -4544106 or 9873850. OLE color: 9873850.

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

Color convert

RGB 186 169 150 -
CMYK 0 0.09 0.19 0.27
HSL 31.67º 0.21% 0.66% -
HSV(B) 31.67º 0.19% 0.73% -
XYZ 39.94 41.02 34.67 -
YUV 171.92 115.63 138.04 -
System Red Green Blue C M Y K H S L
Decimal 186 169 150 0 0.09 0.19 0.27 31.67 0.21 0.66
Hex BA A9 96 0 9 13 1B 20 15 42
Octal 272 251 226 0 11 23 33 40 25 102
Binary 10111010 10101001 10010110 0 1001 10011 11011 100000 10101 1000010

Color Harmonies of #BAA996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA996

Black with #BAA996

Text Example


Text Example

White with #BAA996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA996; }

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

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

background-color css

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

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

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

border-color css

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

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

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