Shades of Silk #BDA693
Tints of Silk #BDA693
RGB
CMYK
RGB Variations
Color information
#BDA693 (or 0xBDA693) is known color: Silk. HEX triplet: BD, A6 and 93. RGB value is (189,166,147). Sum of RGB (Red+Green+Blue) = 189+166+147=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA693 is #42596C. Grayscale: #AAAAAA. Windows color (decimal): -4348269 or 9676477. OLE color: 9676477.
HSL color Cylindrical-coordinate representation of color #BDA693: hue angle of 27.14º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDA693 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 166 | 147 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.26 |
| HSL | 27.14º | 0.24% | 0.66% | - |
| HSV(B) | 27.14º | 0.22% | 0.74% | - |
| XYZ | 39.89 | 40.2 | 33.26 | - |
| YUV | 170.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 166 | 147 | 0 | 0.12 | 0.22 | 0.26 | 27.14 | 0.24 | 0.66 |
| Hex | BD | A6 | 93 | 0 | C | 16 | 1A | 1B | 18 | 42 |
| Octal | 275 | 246 | 223 | 0 | 14 | 26 | 32 | 33 | 30 | 102 |
| Binary | 10111101 | 10100110 | 10010011 | 0 | 1100 | 10110 | 11010 | 11011 | 11000 | 1000010 |
Color Harmonies of #BDA693
Complementary color
Monochromatic Colors of #BDA693
Black with #BDA693
Text Example
Text Example
White with #BDA693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA693; }
p { color: rgb(189,166,147); }
H1.HeaderClassName
{
color: #BDA693;
}
.AnyTagClassName
{
color: #BDA693;
}
</style>
background-color css
<style>
a { background-color: #BDA693; }
a { background-color: rgb(189,166,147); }
div.DivClassName
{
background-color: #BDA693;
}
.BgClassName
{
background-color: #BDA693;
}
</style>
border-color css
<style>
span { border-color: #BDA693; }
span { border-color: rgb(189,166,147); }
td.TdClassName
{
border-color: #BDA693;
}
.TagClassName
{
border-color: #BDA693;
}
</style>