#BDAB9F

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

Shades of Silk #BDAB9F

Tints of Silk #BDAB9F

Color information

#BDAB9F (or 0xBDAB9F) is unknown color: approx Silk. HEX triplet: BD, AB and 9F. RGB value is (189,171,159). Sum of RGB (Red+Green+Blue) = 189+171+159=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB9F is #425460. Grayscale: #AFAFAF. Windows color (decimal): -4346977 or 10464189. OLE color: 10464189.

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

Color convert

RGB189171159-
CMYK00.100.160.26
HSL24º18.52%68.24%-
HSV(B)24º15.87%74.12%-
XYZ41.8142.4538.79-
YUV175.01118.96137.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 171 (67.19% from 255) = 32.95%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=36.42%
G=32.95%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917115900.100.160.262418.5268.24
HexBDAB9F0A101A181344
Octal27525323701220323023104
Binary10111101101010111001111101010100001101011000100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAB9F; }

 p { color: rgb(189,171,159); }

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

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

 a { background-color: rgb(189,171,159); }

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

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

 span { border-color: rgb(189,171,159); }

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