#BDACA0

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

Shades of Silk #BDACA0

Tints of Silk #BDACA0

Color information

#BDACA0 (or 0xBDACA0) is unknown color: approx Silk. HEX triplet: BD, AC and A0. RGB value is (189,172,160). Sum of RGB (Red+Green+Blue) = 189+172+160=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 160 (62.89% from 255 or 30.71% from 521); Max value from RGB is 189 - color contains mainly: red. Hex color #BDACA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDACA0 is #42535F. Grayscale: #AFAFAF. Windows color (decimal): -4346720 or 10529981. OLE color: 10529981.

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

Color convert

RGB189172160-
CMYK00.090.150.26
HSL24.83º18.01%68.43%-
HSV(B)24.83º15.34%74.12%-
XYZ42.0842.8639.31-
YUV175.72119.13137.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 172 (67.58% from 255) = 33.01%
BLUE value IS 160 (62.89% from 255) = 30.71%
R=36.28%
G=33.01%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18917216000.090.150.2624.8318.0168.43
HexBDACA009F1A191244
Octal27525424001117323122104
Binary1011110110101100101000000100111111101011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACA0; }

 p { color: rgb(189,172,160); }

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

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

 a { background-color: rgb(189,172,160); }

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

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

 span { border-color: rgb(189,172,160); }

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