#BCA598

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

Shades of Silk #BCA598

Tints of Silk #BCA598

Color information

#BCA598 (or 0xBCA598) is unknown color: approx Silk. HEX triplet: BC, A5 and 98. RGB value is (188,165,152). Sum of RGB (Red+Green+Blue) = 188+165+152=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA598 is #435A67. Grayscale: #AAAAAA. Windows color (decimal): -4414056 or 10003900. OLE color: 10003900.

HSL color Cylindrical-coordinate representation of color #BCA598: hue angle of 21.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA598 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB188165152-
CMYK00.120.190.26
HSL21.67º21.18%66.67%-
HSV(B)21.67º19.15%73.73%-
XYZ39.8639.8735.3-
YUV170.4117.62140.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.23%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 152 (59.77% from 255) = 30.10%
R=37.23%
G=32.67%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816515200.120.190.2621.6721.1866.67
HexBCA5980C131A161543
Octal27424523001423322625103
Binary10111100101001011001100001100100111101010110101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA598; }

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

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

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

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

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

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

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

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