Html Css Color HEX #BAA696 Silk

📋 copy color: '#BAA696'

red 186 ◦ green 166 ◦ blue 150

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

Shades of Silk #BAA696

Tints of Silk #BAA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.07%

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

R = 37.05%
G = 33.07%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BAA696 (or 0xBAA696) is known color: Silk. HEX triplet: BA, A6 and 96. RGB value is (186,166,150). Sum of RGB (Red+Green+Blue) = 186+166+150=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA696 is #455969. Grayscale: #AAAAAA. Windows color (decimal): -4544874 or 9873082. OLE color: 9873082.

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

Color convert

RGB 186 166 150 -
CMYK 0 0.11 0.19 0.27
HSL 26.67º 0.21% 0.66% -
HSV(B) 26.67º 0.19% 0.73% -
XYZ 39.39 39.91 34.48 -
YUV 170.16 116.63 139.3 -
System Red Green Blue C M Y K H S L
Decimal 186 166 150 0 0.11 0.19 0.27 26.67 0.21 0.66
Hex BA A6 96 0 B 13 1B 1B 15 42
Octal 272 246 226 0 13 23 33 33 25 102
Binary 10111010 10100110 10010110 0 1011 10011 11011 11011 10101 1000010

Color Harmonies of #BAA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA696

Black with #BAA696

Text Example


Text Example

White with #BAA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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