#BAA69A

Color #BAA69A Silk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silk #BAA69A

Tints of Silk #BAA69A

Color information

#BAA69A (or 0xBAA69A) is unknown color: approx Silk. HEX triplet: BA, A6 and 9A. RGB value is (186,166,154). Sum of RGB (Red+Green+Blue) = 186+166+154=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA69A is #455965. Grayscale: #AAAAAA. Windows color (decimal): -4544870 or 10135226. OLE color: 10135226.

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

Color convert

RGB186166154-
CMYK00.110.170.27
HSL22.5º18.82%66.67%-
HSV(B)22.5º17.2%72.94%-
XYZ39.7240.0436.21-
YUV170.61118.63138.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 154 (60.55% from 255) = 30.43%
R=36.76%
G=32.81%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616615400.110.170.2722.518.8266.67
HexBAA69A0B111B171343
Octal27224623201321332723103
Binary10111010101001101001101001011100011101110111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA69A; }

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

 H1.HeaderClassName
 {
   color: #BAA69A;
 }
 .AnyTagClassName
 {
   color: #BAA69A;
 }
</style>
background-color css

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

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

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

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

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

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