#BAA798

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

Shades of Silk #BAA798

Tints of Silk #BAA798

Color information

#BAA798 (or 0xBAA798) is unknown color: approx Silk. HEX triplet: BA, A7 and 98. RGB value is (186,167,152). Sum of RGB (Red+Green+Blue) = 186+167+152=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA798 is #455867. Grayscale: #ABABAB. Windows color (decimal): -4544616 or 10004410. OLE color: 10004410.

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

Color convert

RGB186167152-
CMYK00.100.180.27
HSL26.47º19.77%66.27%-
HSV(B)26.47º18.28%72.94%-
XYZ39.7440.3435.4-
YUV170.97117.29138.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=36.83%
G=33.07%
B=30.10%

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
Decimal18616715200.100.180.2726.4719.7766.27
HexBAA7980A121B1a1442
Octal27224723001222333224102
Binary10111010101001111001100001010100101101111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA798; }

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

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

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

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

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

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

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

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