Shades of Silk #BDA697
Tints of Silk #BDA697
RGB
CMYK
RGB Variations
Color information
#BDA697 (or 0xBDA697) is known color: Silk. HEX triplet: BD, A6 and 97. RGB value is (189,166,151). Sum of RGB (Red+Green+Blue) = 189+166+151=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA697 is #425968. Grayscale: #ABABAB. Windows color (decimal): -4348265 or 9938621. OLE color: 9938621.
HSL color Cylindrical-coordinate representation of color #BDA697: hue angle of 23.68º 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 #BDA697 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 151 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.26 |
| HSL | 23.68º | 0.22% | 0.67% | - |
| HSV(B) | 23.68º | 0.2% | 0.74% | - |
| XYZ | 40.21 | 40.33 | 34.94 | - |
| YUV | 171.17 | 116.62 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 151 | 0 | 0.12 | 0.20 | 0.26 | 23.68 | 0.22 | 0.67 |
| Hex | BD | A6 | 97 | 0 | C | 14 | 1A | 18 | 16 | 43 |
| Octal | 275 | 246 | 227 | 0 | 14 | 24 | 32 | 30 | 26 | 103 |
| Binary | 10111101 | 10100110 | 10010111 | 0 | 1100 | 10100 | 11010 | 11000 | 10110 | 1000011 |
Color Harmonies of #BDA697
Complementary color
Monochromatic Colors of #BDA697
Black with #BDA697
Text Example
Text Example
White with #BDA697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA697; }
p { color: rgb(189,166,151); }
H1.HeaderClassName
{
color: #BDA697;
}
.AnyTagClassName
{
color: #BDA697;
}
</style>
background-color css
<style>
a { background-color: #BDA697; }
a { background-color: rgb(189,166,151); }
div.DivClassName
{
background-color: #BDA697;
}
.BgClassName
{
background-color: #BDA697;
}
</style>
border-color css
<style>
span { border-color: #BDA697; }
span { border-color: rgb(189,166,151); }
td.TdClassName
{
border-color: #BDA697;
}
.TagClassName
{
border-color: #BDA697;
}
</style>