#BAA698

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

Shades of Silk #BAA698

Tints of Silk #BAA698

Color information

#BAA698 (or 0xBAA698) is unknown color: approx Silk. HEX triplet: BA, A6 and 98. RGB value is (186,166,152). Sum of RGB (Red+Green+Blue) = 186+166+152=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA698 is #455967. Grayscale: #AAAAAA. Windows color (decimal): -4544872 or 10004154. OLE color: 10004154.

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

Color convert

RGB186166152-
CMYK00.110.180.27
HSL24.71º19.77%66.27%-
HSV(B)24.71º18.28%72.94%-
XYZ39.5539.9835.34-
YUV170.38117.63139.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 166 (65.23% from 255) = 32.94%
BLUE value IS 152 (59.77% from 255) = 30.16%
R=36.90%
G=32.94%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616615200.110.180.2724.7119.7766.27
HexBAA6980B121B191442
Octal27224623001322333124102
Binary10111010101001101001100001011100101101111001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA698; }

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

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

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

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

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

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

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

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