#BDA993

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

Shades of Silk #BDA993

Tints of Silk #BDA993

Color information

#BDA993 (or 0xBDA993) is unknown color: approx Silk. HEX triplet: BD, A9 and 93. RGB value is (189,169,147). Sum of RGB (Red+Green+Blue) = 189+169+147=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA993 is #42566C. Grayscale: #ACACAC. Windows color (decimal): -4347501 or 9677245. OLE color: 9677245.

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

Color convert

RGB189169147-
CMYK00.110.220.26
HSL31.43º24.14%65.88%-
HSV(B)31.43º22.22%74.12%-
XYZ40.4441.333.44-
YUV172.47113.63139.79-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 169 (66.41% from 255) = 33.47%
BLUE value IS 147 (57.81% from 255) = 29.11%
R=37.43%
G=33.47%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916914700.110.220.2631.4324.1465.88
HexBDA9930B161A1f1842
Octal27525122301326323730102
Binary10111101101010011001001101011101101101011111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA993; }

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

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

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

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

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

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

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

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