#BDA495

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

Shades of Silk #BDA495

Tints of Silk #BDA495

Color information

#BDA495 (or 0xBDA495) is unknown color: approx Silk. HEX triplet: BD, A4 and 95. RGB value is (189,164,149). Sum of RGB (Red+Green+Blue) = 189+164+149=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 164 (64.45% from 255 or 32.67% from 502); Blue value is 149 (58.59% from 255 or 29.68% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA495 is #425B6A. Grayscale: #A9A9A9. Windows color (decimal): -4348779 or 9807037. OLE color: 9807037.

HSL color Cylindrical-coordinate representation of color #BDA495: hue angle of 22.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 #BDA495 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB189164149-
CMYK00.130.210.26
HSL22.5º23.26%66.27%-
HSV(B)22.5º21.16%74.12%-
XYZ39.6939.5433.97-
YUV169.76116.28141.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 164 (64.45% from 255) = 32.67%
BLUE value IS 149 (58.59% from 255) = 29.68%
R=37.65%
G=32.67%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916414900.130.210.2622.523.2666.27
HexBDA4950D151A171742
Octal27524422501525322727102
Binary10111101101001001001010101101101011101010111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA495; }

 p { color: rgb(189,164,149); }

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

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

 a { background-color: rgb(189,164,149); }

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

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

 span { border-color: rgb(189,164,149); }

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