#BDA89C

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

Shades of Silk #BDA89C

Tints of Silk #BDA89C

Color information

#BDA89C (or 0xBDA89C) is unknown color: approx Silk. HEX triplet: BD, A8 and 9C. RGB value is (189,168,156). Sum of RGB (Red+Green+Blue) = 189+168+156=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA89C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA89C is #425763. Grayscale: #ACACAC. Windows color (decimal): -4347748 or 10266813. OLE color: 10266813.

HSL color Cylindrical-coordinate representation of color #BDA89C: hue angle of 21.82º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA89C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189168156-
CMYK00.110.170.26
HSL21.82º20%67.65%-
HSV(B)21.82º17.46%74.12%-
XYZ40.9941.2237.25-
YUV172.91118.46139.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 156 (61.33% from 255) = 30.41%
R=36.84%
G=32.75%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18916815600.110.170.2621.822067.65
HexBDA89C0B111A161444
Octal27525023401321322624104
Binary10111101101010001001110001011100011101010110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA89C; }

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

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

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

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

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

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

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

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