Shades of Silk #BDAA99
Tints of Silk #BDAA99
RGB
CMYK
RGB Variations
Color information
#BDAA99 (or 0xBDAA99) is known color: Silk. HEX triplet: BD, AA and 99. RGB value is (189,170,153). Sum of RGB (Red+Green+Blue) = 189+170+153=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 153 (60.16% from 255 or 29.88% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAA99 is #425566. Grayscale: #ADADAD. Windows color (decimal): -4347239 or 10070717. OLE color: 10070717.
HSL color Cylindrical-coordinate representation of color #BDAA99: hue angle of 28.33º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDAA99 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 170 | 153 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.26 |
| HSL | 28.33º | 0.21% | 0.67% | - |
| HSV(B) | 28.33º | 0.19% | 0.74% | - |
| XYZ | 41.11 | 41.87 | 36.05 | - |
| YUV | 173.74 | 116.29 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 170 | 153 | 0 | 0.10 | 0.19 | 0.26 | 28.33 | 0.21 | 0.67 |
| Hex | BD | AA | 99 | 0 | A | 13 | 1A | 1C | 15 | 43 |
| Octal | 275 | 252 | 231 | 0 | 12 | 23 | 32 | 34 | 25 | 103 |
| Binary | 10111101 | 10101010 | 10011001 | 0 | 1010 | 10011 | 11010 | 11100 | 10101 | 1000011 |
Color Harmonies of #BDAA99
Complementary color
Monochromatic Colors of #BDAA99
Black with #BDAA99
Text Example
Text Example
White with #BDAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAA99; }
p { color: rgb(189,170,153); }
H1.HeaderClassName
{
color: #BDAA99;
}
.AnyTagClassName
{
color: #BDAA99;
}
</style>
background-color css
<style>
a { background-color: #BDAA99; }
a { background-color: rgb(189,170,153); }
div.DivClassName
{
background-color: #BDAA99;
}
.BgClassName
{
background-color: #BDAA99;
}
</style>
border-color css
<style>
span { border-color: #BDAA99; }
span { border-color: rgb(189,170,153); }
td.TdClassName
{
border-color: #BDAA99;
}
.TagClassName
{
border-color: #BDAA99;
}
</style>