#BDA893

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

Shades of Silk #BDA893

Tints of Silk #BDA893

Color information

#BDA893 (or 0xBDA893) is unknown color: approx Silk. HEX triplet: BD, A8 and 93. RGB value is (189,168,147). Sum of RGB (Red+Green+Blue) = 189+168+147=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA893 is #42576C. Grayscale: #ABABAB. Windows color (decimal): -4347757 or 9676989. OLE color: 9676989.

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

Color convert

RGB189168147-
CMYK00.110.220.26
HSL30º24.14%65.88%-
HSV(B)30º22.22%74.12%-
XYZ40.2640.9333.38-
YUV171.89113.96140.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 168 (66.02% from 255) = 33.33%
BLUE value IS 147 (57.81% from 255) = 29.17%
R=37.5%
G=33.33%
B=29.17%

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
Decimal18916814700.110.220.263024.1465.88
HexBDA8930B161A1e1842
Octal27525022301326323630102
Binary10111101101010001001001101011101101101011110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA893; }

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

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

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

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

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

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

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

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