Html Css Color HEX #BAA896 Silk

📋 copy color: '#BAA896'

red 186 ◦ green 168 ◦ blue 150

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

Shades of Silk #BAA896

Tints of Silk #BAA896

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.33%

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

R = 36.9%
G = 33.33%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAA896 (or 0xBAA896) is known color: Silk. HEX triplet: BA, A8 and 96. RGB value is (186,168,150). Sum of RGB (Red+Green+Blue) = 186+168+150=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA896 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA896 is #455769. Grayscale: #ABABAB. Windows color (decimal): -4544362 or 9873594. OLE color: 9873594.

HSL color Cylindrical-coordinate representation of color #BAA896: hue angle of 30º 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 #BAA896 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 168 150 -
CMYK 0 0.10 0.19 0.27
HSL 30º 0.21% 0.66% -
HSV(B) 30º 0.19% 0.73% -
XYZ 39.76 40.65 34.6 -
YUV 171.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 186 168 150 0 0.10 0.19 0.27 30 0.21 0.66
Hex BA A8 96 0 A 13 1B 1E 15 42
Octal 272 250 226 0 12 23 33 36 25 102
Binary 10111010 10101000 10010110 0 1010 10011 11011 11110 10101 1000010

Color Harmonies of #BAA896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA896

Black with #BAA896

Text Example


Text Example

White with #BAA896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA896; }

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

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

background-color css

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

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

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

border-color css

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

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

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