#BAA598

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

Shades of Silk #BAA598

Tints of Silk #BAA598

Color information

#BAA598 (or 0xBAA598) is unknown color: approx Silk. HEX triplet: BA, A5 and 98. RGB value is (186,165,152). Sum of RGB (Red+Green+Blue) = 186+165+152=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAA598 is #455A67. Grayscale: #A9A9A9. Windows color (decimal): -4545128 or 10003898. OLE color: 10003898.

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

Color convert

RGB186165152-
CMYK00.110.180.27
HSL22.94º19.77%66.27%-
HSV(B)22.94º18.28%72.94%-
XYZ39.3739.6235.28-
YUV169.8117.96139.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.98%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 152 (59.77% from 255) = 30.22%
R=36.98%
G=32.80%
B=30.22%

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
Decimal18616515200.110.180.2722.9419.7766.27
HexBAA5980B121B171442
Octal27224523001322332724102
Binary10111010101001011001100001011100101101110111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAA598; }

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

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

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

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

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

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

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

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