#BDA593

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

Shades of Silk #BDA593

Tints of Silk #BDA593

Color information

#BDA593 (or 0xBDA593) is unknown color: approx Silk. HEX triplet: BD, A5 and 93. RGB value is (189,165,147). Sum of RGB (Red+Green+Blue) = 189+165+147=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA593 is #425A6C. Grayscale: #AAAAAA. Windows color (decimal): -4348525 or 9676221. OLE color: 9676221.

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

Color convert

RGB189165147-
CMYK00.130.220.26
HSL25.71º24.14%65.88%-
HSV(B)25.71º22.22%74.12%-
XYZ39.7139.8433.2-
YUV170.12114.95141.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.72%
GREEN value IS 165 (64.84% from 255) = 32.93%
BLUE value IS 147 (57.81% from 255) = 29.34%
R=37.72%
G=32.93%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916514700.130.220.2625.7124.1465.88
HexBDA5930D161A1a1842
Octal27524522301526323230102
Binary10111101101001011001001101101101101101011010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA593; }

 p { color: rgb(189,165,147); }

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

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

 a { background-color: rgb(189,165,147); }

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

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

 span { border-color: rgb(189,165,147); }

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