#BCA594

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

Shades of Silk #BCA594

Tints of Silk #BCA594

Color information

#BCA594 (or 0xBCA594) is unknown color: approx Silk. HEX triplet: BC, A5 and 94. RGB value is (188,165,148). Sum of RGB (Red+Green+Blue) = 188+165+148=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA594 is #435A6B. Grayscale: #AAAAAA. Windows color (decimal): -4414060 or 9741756. OLE color: 9741756.

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

Color convert

RGB188165148-
CMYK00.120.210.26
HSL25.5º22.99%65.88%-
HSV(B)25.5º21.28%73.73%-
XYZ39.5439.7433.6-
YUV169.94115.62140.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.52%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=37.52%
G=32.93%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18816514800.120.210.2625.522.9965.88
HexBCA5940C151A1a1742
Octal27424522401425323227102
Binary10111100101001011001010001100101011101011010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA594; }

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

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

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

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

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

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

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

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