#BAA998

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

Shades of Silk #BAA998

Tints of Silk #BAA998

Color information

#BAA998 (or 0xBAA998) is unknown color: approx Silk. HEX triplet: BA, A9 and 98. RGB value is (186,169,152). Sum of RGB (Red+Green+Blue) = 186+169+152=507 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.69% from 507); Green value is 169 (66.41% from 255 or 33.33% from 507); Blue value is 152 (59.77% from 255 or 29.98% from 507); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA998 is #455667. Grayscale: #ACACAC. Windows color (decimal): -4544104 or 10004922. OLE color: 10004922.

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

Color convert

RGB186169152-
CMYK00.090.180.27
HSL30º19.77%66.27%-
HSV(B)30º18.28%72.94%-
XYZ40.1141.0835.52-
YUV172.14116.63137.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.69%
GREEN value IS 169 (66.41% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 29.98%
R=36.69%
G=33.33%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616915200.090.180.273019.7766.27
HexBAA99809121B1e1442
Octal27225123001122333624102
Binary10111010101010011001100001001100101101111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA998; }

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

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

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

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

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

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

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

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