Shades of Silk #BDAA9B
Tints of Silk #BDAA9B
RGB
CMYK
RGB Variations
Color information
#BDAA9B (or 0xBDAA9B) is known color: Silk. HEX triplet: BD, AA and 9B. RGB value is (189,170,155). Sum of RGB (Red+Green+Blue) = 189+170+155=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 155 (60.94% from 255 or 30.16% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAA9B is #425564. Grayscale: #AEAEAE. Windows color (decimal): -4347237 or 10201789. OLE color: 10201789.
HSL color Cylindrical-coordinate representation of color #BDAA9B: hue angle of 26.47º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDAA9B is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 155 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.26 |
| HSL | 26.47º | 0.2% | 0.67% | - |
| HSV(B) | 26.47º | 0.18% | 0.74% | - |
| XYZ | 41.28 | 41.93 | 36.93 | - |
| YUV | 173.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 155 | 0 | 0.10 | 0.18 | 0.26 | 26.47 | 0.2 | 0.67 |
| Hex | BD | AA | 9B | 0 | A | 12 | 1A | 1A | 14 | 43 |
| Octal | 275 | 252 | 233 | 0 | 12 | 22 | 32 | 32 | 24 | 103 |
| Binary | 10111101 | 10101010 | 10011011 | 0 | 1010 | 10010 | 11010 | 11010 | 10100 | 1000011 |
Color Harmonies of #BDAA9B
Complementary color
Monochromatic Colors of #BDAA9B
Black with #BDAA9B
Text Example
Text Example
White with #BDAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA9B; }
p { color: rgb(189,170,155); }
H1.HeaderClassName
{
color: #BDAA9B;
}
.AnyTagClassName
{
color: #BDAA9B;
}
</style>
background-color css
<style>
a { background-color: #BDAA9B; }
a { background-color: rgb(189,170,155); }
div.DivClassName
{
background-color: #BDAA9B;
}
.BgClassName
{
background-color: #BDAA9B;
}
</style>
border-color css
<style>
span { border-color: #BDAA9B; }
span { border-color: rgb(189,170,155); }
td.TdClassName
{
border-color: #BDAA9B;
}
.TagClassName
{
border-color: #BDAA9B;
}
</style>