Shades of Silk #BDA699
Tints of Silk #BDA699
RGB
CMYK
RGB Variations
Color information
#BDA699 (or 0xBDA699) is known color: Silk. HEX triplet: BD, A6 and 99. RGB value is (189,166,153). Sum of RGB (Red+Green+Blue) = 189+166+153=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 166 (65.23% from 255 or 32.68% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA699 is #425966. Grayscale: #ABABAB. Windows color (decimal): -4348263 or 10069693. OLE color: 10069693.
HSL color Cylindrical-coordinate representation of color #BDA699: hue angle of 21.67º 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 #BDA699 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 153 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.26 |
| HSL | 21.67º | 0.21% | 0.67% | - |
| HSV(B) | 21.67º | 0.19% | 0.74% | - |
| XYZ | 40.37 | 40.39 | 35.81 | - |
| YUV | 171.4 | 117.62 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 153 | 0 | 0.12 | 0.19 | 0.26 | 21.67 | 0.21 | 0.67 |
| Hex | BD | A6 | 99 | 0 | C | 13 | 1A | 16 | 15 | 43 |
| Octal | 275 | 246 | 231 | 0 | 14 | 23 | 32 | 26 | 25 | 103 |
| Binary | 10111101 | 10100110 | 10011001 | 0 | 1100 | 10011 | 11010 | 10110 | 10101 | 1000011 |
Color Harmonies of #BDA699
Complementary color
Monochromatic Colors of #BDA699
Black with #BDA699
Text Example
Text Example
White with #BDA699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA699; }
p { color: rgb(189,166,153); }
H1.HeaderClassName
{
color: #BDA699;
}
.AnyTagClassName
{
color: #BDA699;
}
</style>
background-color css
<style>
a { background-color: #BDA699; }
a { background-color: rgb(189,166,153); }
div.DivClassName
{
background-color: #BDA699;
}
.BgClassName
{
background-color: #BDA699;
}
</style>
border-color css
<style>
span { border-color: #BDA699; }
span { border-color: rgb(189,166,153); }
td.TdClassName
{
border-color: #BDA699;
}
.TagClassName
{
border-color: #BDA699;
}
</style>