#BAA898

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

Shades of Silk #BAA898

Tints of Silk #BAA898

Color information

#BAA898 (or 0xBAA898) is unknown color: approx Silk. HEX triplet: BA, A8 and 98. RGB value is (186,168,152). Sum of RGB (Red+Green+Blue) = 186+168+152=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA898 is #455767. Grayscale: #ABABAB. Windows color (decimal): -4544360 or 10004666. OLE color: 10004666.

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

Color convert

RGB186168152-
CMYK00.100.180.27
HSL28.24º19.77%66.27%-
HSV(B)28.24º18.28%72.94%-
XYZ39.9240.7135.46-
YUV171.56116.96138.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 152 (59.77% from 255) = 30.04%
R=36.76%
G=33.20%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18616815200.100.180.2728.2419.7766.27
HexBAA8980A121B1c1442
Octal27225023001222333424102
Binary10111010101010001001100001010100101101111100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA898; }

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

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

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

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

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

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

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

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