Shades of Silk #BDA99C
Tints of Silk #BDA99C
RGB
CMYK
RGB Variations
Color information
#BDA99C (or 0xBDA99C) is known color: Silk. HEX triplet: BD, A9 and 9C. RGB value is (189,169,156). Sum of RGB (Red+Green+Blue) = 189+169+156=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA99C is #425663. Grayscale: #ADADAD. Windows color (decimal): -4347492 or 10267069. OLE color: 10267069.
HSL color Cylindrical-coordinate representation of color #BDA99C: hue angle of 23.64º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA99C is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 156 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.26 |
| HSL | 23.64º | 0.2% | 0.68% | - |
| HSV(B) | 23.64º | 0.17% | 0.74% | - |
| XYZ | 41.17 | 41.6 | 37.31 | - |
| YUV | 173.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 156 | 0 | 0.11 | 0.17 | 0.26 | 23.64 | 0.2 | 0.68 |
| Hex | BD | A9 | 9C | 0 | B | 11 | 1A | 18 | 14 | 44 |
| Octal | 275 | 251 | 234 | 0 | 13 | 21 | 32 | 30 | 24 | 104 |
| Binary | 10111101 | 10101001 | 10011100 | 0 | 1011 | 10001 | 11010 | 11000 | 10100 | 1000100 |
Color Harmonies of #BDA99C
Complementary color
Monochromatic Colors of #BDA99C
Black with #BDA99C
Text Example
Text Example
White with #BDA99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA99C; }
p { color: rgb(189,169,156); }
H1.HeaderClassName
{
color: #BDA99C;
}
.AnyTagClassName
{
color: #BDA99C;
}
</style>
background-color css
<style>
a { background-color: #BDA99C; }
a { background-color: rgb(189,169,156); }
div.DivClassName
{
background-color: #BDA99C;
}
.BgClassName
{
background-color: #BDA99C;
}
</style>
border-color css
<style>
span { border-color: #BDA99C; }
span { border-color: rgb(189,169,156); }
td.TdClassName
{
border-color: #BDA99C;
}
.TagClassName
{
border-color: #BDA99C;
}
</style>