Shades of Silk #BDA997
Tints of Silk #BDA997
RGB
CMYK
RGB Variations
Color information
#BDA997 (or 0xBDA997) is known color: Silk. HEX triplet: BD, A9 and 97. RGB value is (189,169,151). Sum of RGB (Red+Green+Blue) = 189+169+151=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 151 (59.38% from 255 or 29.67% from 509); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA997 is #425668. Grayscale: #ADADAD. Windows color (decimal): -4347497 or 9939389. OLE color: 9939389.
HSL color Cylindrical-coordinate representation of color #BDA997: hue angle of 28.42º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA997 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 151 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.26 |
| HSL | 28.42º | 0.22% | 0.67% | - |
| HSV(B) | 28.42º | 0.2% | 0.74% | - |
| XYZ | 40.76 | 41.43 | 35.13 | - |
| YUV | 172.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 151 | 0 | 0.11 | 0.20 | 0.26 | 28.42 | 0.22 | 0.67 |
| Hex | BD | A9 | 97 | 0 | B | 14 | 1A | 1C | 16 | 43 |
| Octal | 275 | 251 | 227 | 0 | 13 | 24 | 32 | 34 | 26 | 103 |
| Binary | 10111101 | 10101001 | 10010111 | 0 | 1011 | 10100 | 11010 | 11100 | 10110 | 1000011 |
Color Harmonies of #BDA997
Complementary color
Monochromatic Colors of #BDA997
Black with #BDA997
Text Example
Text Example
White with #BDA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA997; }
p { color: rgb(189,169,151); }
H1.HeaderClassName
{
color: #BDA997;
}
.AnyTagClassName
{
color: #BDA997;
}
</style>
background-color css
<style>
a { background-color: #BDA997; }
a { background-color: rgb(189,169,151); }
div.DivClassName
{
background-color: #BDA997;
}
.BgClassName
{
background-color: #BDA997;
}
</style>
border-color css
<style>
span { border-color: #BDA997; }
span { border-color: rgb(189,169,151); }
td.TdClassName
{
border-color: #BDA997;
}
.TagClassName
{
border-color: #BDA997;
}
</style>