Shades of Silk #BDA999
Tints of Silk #BDA999
RGB
CMYK
RGB Variations
Color information
#BDA999 (or 0xBDA999) is known color: Silk. HEX triplet: BD, A9 and 99. RGB value is (189,169,153). Sum of RGB (Red+Green+Blue) = 189+169+153=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA999 is #425666. Grayscale: #ADADAD. Windows color (decimal): -4347495 or 10070461. OLE color: 10070461.
HSL color Cylindrical-coordinate representation of color #BDA999: hue angle of 26.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 #BDA999 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 153 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.26 |
| HSL | 26.67º | 0.21% | 0.67% | - |
| HSV(B) | 26.67º | 0.19% | 0.74% | - |
| XYZ | 40.92 | 41.49 | 35.99 | - |
| YUV | 173.16 | 116.63 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 153 | 0 | 0.11 | 0.19 | 0.26 | 26.67 | 0.21 | 0.67 |
| Hex | BD | A9 | 99 | 0 | B | 13 | 1A | 1B | 15 | 43 |
| Octal | 275 | 251 | 231 | 0 | 13 | 23 | 32 | 33 | 25 | 103 |
| Binary | 10111101 | 10101001 | 10011001 | 0 | 1011 | 10011 | 11010 | 11011 | 10101 | 1000011 |
Color Harmonies of #BDA999
Complementary color
Monochromatic Colors of #BDA999
Black with #BDA999
Text Example
Text Example
White with #BDA999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA999; }
p { color: rgb(189,169,153); }
H1.HeaderClassName
{
color: #BDA999;
}
.AnyTagClassName
{
color: #BDA999;
}
</style>
background-color css
<style>
a { background-color: #BDA999; }
a { background-color: rgb(189,169,153); }
div.DivClassName
{
background-color: #BDA999;
}
.BgClassName
{
background-color: #BDA999;
}
</style>
border-color css
<style>
span { border-color: #BDA999; }
span { border-color: rgb(189,169,153); }
td.TdClassName
{
border-color: #BDA999;
}
.TagClassName
{
border-color: #BDA999;
}
</style>