Shades of Silk #BDA899
Tints of Silk #BDA899
RGB
CMYK
RGB Variations
Color information
#BDA899 (or 0xBDA899) is known color: Silk. HEX triplet: BD, A8 and 99. RGB value is (189,168,153). Sum of RGB (Red+Green+Blue) = 189+168+153=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA899 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA899 is #425766. Grayscale: #ACACAC. Windows color (decimal): -4347751 or 10070205. OLE color: 10070205.
HSL color Cylindrical-coordinate representation of color #BDA899: hue angle of 25º 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 #BDA899 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 153 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.26 |
| HSL | 25º | 0.21% | 0.67% | - |
| HSV(B) | 25º | 0.19% | 0.74% | - |
| XYZ | 40.74 | 41.12 | 35.93 | - |
| YUV | 172.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 153 | 0 | 0.11 | 0.19 | 0.26 | 25 | 0.21 | 0.67 |
| Hex | BD | A8 | 99 | 0 | B | 13 | 1A | 19 | 15 | 43 |
| Octal | 275 | 250 | 231 | 0 | 13 | 23 | 32 | 31 | 25 | 103 |
| Binary | 10111101 | 10101000 | 10011001 | 0 | 1011 | 10011 | 11010 | 11001 | 10101 | 1000011 |
Color Harmonies of #BDA899
Complementary color
Monochromatic Colors of #BDA899
Black with #BDA899
Text Example
Text Example
White with #BDA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA899; }
p { color: rgb(189,168,153); }
H1.HeaderClassName
{
color: #BDA899;
}
.AnyTagClassName
{
color: #BDA899;
}
</style>
background-color css
<style>
a { background-color: #BDA899; }
a { background-color: rgb(189,168,153); }
div.DivClassName
{
background-color: #BDA899;
}
.BgClassName
{
background-color: #BDA899;
}
</style>
border-color css
<style>
span { border-color: #BDA899; }
span { border-color: rgb(189,168,153); }
td.TdClassName
{
border-color: #BDA899;
}
.TagClassName
{
border-color: #BDA899;
}
</style>