Shades of Silk #BDAC9D
Tints of Silk #BDAC9D
RGB
CMYK
RGB Variations
Color information
#BDAC9D (or 0xBDAC9D) is known color: Silk. HEX triplet: BD, AC and 9D. RGB value is (189,172,157). Sum of RGB (Red+Green+Blue) = 189+172+157=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 157 (61.72% from 255 or 30.31% from 518); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC9D is #425362. Grayscale: #AFAFAF. Windows color (decimal): -4346723 or 10333373. OLE color: 10333373.
HSL color Cylindrical-coordinate representation of color #BDAC9D: hue angle of 28.12º 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 #BDAC9D is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 157 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.26 |
| HSL | 28.13º | 0.2% | 0.68% | - |
| HSV(B) | 28.13º | 0.17% | 0.74% | - |
| XYZ | 41.82 | 42.76 | 37.95 | - |
| YUV | 175.37 | 117.63 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 157 | 0 | 0.09 | 0.17 | 0.26 | 28.13 | 0.2 | 0.68 |
| Hex | BD | AC | 9D | 0 | 9 | 11 | 1A | 1C | 14 | 44 |
| Octal | 275 | 254 | 235 | 0 | 11 | 21 | 32 | 34 | 24 | 104 |
| Binary | 10111101 | 10101100 | 10011101 | 0 | 1001 | 10001 | 11010 | 11100 | 10100 | 1000100 |
Color Harmonies of #BDAC9D
Complementary color
Monochromatic Colors of #BDAC9D
Black with #BDAC9D
Text Example
Text Example
White with #BDAC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC9D; }
p { color: rgb(189,172,157); }
H1.HeaderClassName
{
color: #BDAC9D;
}
.AnyTagClassName
{
color: #BDAC9D;
}
</style>
background-color css
<style>
a { background-color: #BDAC9D; }
a { background-color: rgb(189,172,157); }
div.DivClassName
{
background-color: #BDAC9D;
}
.BgClassName
{
background-color: #BDAC9D;
}
</style>
border-color css
<style>
span { border-color: #BDAC9D; }
span { border-color: rgb(189,172,157); }
td.TdClassName
{
border-color: #BDAC9D;
}
.TagClassName
{
border-color: #BDAC9D;
}
</style>