Shades of Silk #BDA79B
Tints of Silk #BDA79B
RGB
CMYK
RGB Variations
Color information
#BDA79B (or 0xBDA79B) is known color: Silk. HEX triplet: BD, A7 and 9B. RGB value is (189,167,155). Sum of RGB (Red+Green+Blue) = 189+167+155=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA79B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA79B is #425864. Grayscale: #ACACAC. Windows color (decimal): -4348005 or 10201021. OLE color: 10201021.
HSL color Cylindrical-coordinate representation of color #BDA79B: hue angle of 21.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA79B is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 155 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.26 |
| HSL | 21.18º | 0.2% | 0.67% | - |
| HSV(B) | 21.18º | 0.18% | 0.74% | - |
| XYZ | 40.72 | 40.82 | 36.74 | - |
| YUV | 172.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 155 | 0 | 0.12 | 0.18 | 0.26 | 21.18 | 0.2 | 0.67 |
| Hex | BD | A7 | 9B | 0 | C | 12 | 1A | 15 | 14 | 43 |
| Octal | 275 | 247 | 233 | 0 | 14 | 22 | 32 | 25 | 24 | 103 |
| Binary | 10111101 | 10100111 | 10011011 | 0 | 1100 | 10010 | 11010 | 10101 | 10100 | 1000011 |
Color Harmonies of #BDA79B
Complementary color
Monochromatic Colors of #BDA79B
Black with #BDA79B
Text Example
Text Example
White with #BDA79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA79B; }
p { color: rgb(189,167,155); }
H1.HeaderClassName
{
color: #BDA79B;
}
.AnyTagClassName
{
color: #BDA79B;
}
</style>
background-color css
<style>
a { background-color: #BDA79B; }
a { background-color: rgb(189,167,155); }
div.DivClassName
{
background-color: #BDA79B;
}
.BgClassName
{
background-color: #BDA79B;
}
</style>
border-color css
<style>
span { border-color: #BDA79B; }
span { border-color: rgb(189,167,155); }
td.TdClassName
{
border-color: #BDA79B;
}
.TagClassName
{
border-color: #BDA79B;
}
</style>