Shades of Silk #BDA895
Tints of Silk #BDA895
RGB
CMYK
RGB Variations
Color information
#BDA895 (or 0xBDA895) is known color: Silk. HEX triplet: BD, A8 and 95. RGB value is (189,168,149). Sum of RGB (Red+Green+Blue) = 189+168+149=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA895 is #42576A. Grayscale: #ACACAC. Windows color (decimal): -4347755 or 9808061. OLE color: 9808061.
HSL color Cylindrical-coordinate representation of color #BDA895: hue angle of 28.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA895 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 149 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.26 |
| HSL | 28.5º | 0.23% | 0.66% | - |
| HSV(B) | 28.5º | 0.21% | 0.74% | - |
| XYZ | 40.41 | 40.99 | 34.22 | - |
| YUV | 172.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 149 | 0 | 0.11 | 0.21 | 0.26 | 28.5 | 0.23 | 0.66 |
| Hex | BD | A8 | 95 | 0 | B | 15 | 1A | 1C | 17 | 42 |
| Octal | 275 | 250 | 225 | 0 | 13 | 25 | 32 | 34 | 27 | 102 |
| Binary | 10111101 | 10101000 | 10010101 | 0 | 1011 | 10101 | 11010 | 11100 | 10111 | 1000010 |
Color Harmonies of #BDA895
Complementary color
Monochromatic Colors of #BDA895
Black with #BDA895
Text Example
Text Example
White with #BDA895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA895; }
p { color: rgb(189,168,149); }
H1.HeaderClassName
{
color: #BDA895;
}
.AnyTagClassName
{
color: #BDA895;
}
</style>
background-color css
<style>
a { background-color: #BDA895; }
a { background-color: rgb(189,168,149); }
div.DivClassName
{
background-color: #BDA895;
}
.BgClassName
{
background-color: #BDA895;
}
</style>
border-color css
<style>
span { border-color: #BDA895; }
span { border-color: rgb(189,168,149); }
td.TdClassName
{
border-color: #BDA895;
}
.TagClassName
{
border-color: #BDA895;
}
</style>