Shades of Silk #BDAC9B
Tints of Silk #BDAC9B
RGB
CMYK
RGB Variations
Color information
#BDAC9B (or 0xBDAC9B) is known color: Silk. HEX triplet: BD, AC and 9B. RGB value is (189,172,155). Sum of RGB (Red+Green+Blue) = 189+172+155=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAC9B is #425364. Grayscale: #AFAFAF. Windows color (decimal): -4346725 or 10202301. OLE color: 10202301.
HSL color Cylindrical-coordinate representation of color #BDAC9B: hue angle of 30º 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 #BDAC9B is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 172 | 155 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.26 |
| HSL | 30º | 0.2% | 0.67% | - |
| HSV(B) | 30º | 0.18% | 0.74% | - |
| XYZ | 41.66 | 42.69 | 37.05 | - |
| YUV | 175.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 172 | 155 | 0 | 0.09 | 0.18 | 0.26 | 30 | 0.2 | 0.67 |
| Hex | BD | AC | 9B | 0 | 9 | 12 | 1A | 1E | 14 | 43 |
| Octal | 275 | 254 | 233 | 0 | 11 | 22 | 32 | 36 | 24 | 103 |
| Binary | 10111101 | 10101100 | 10011011 | 0 | 1001 | 10010 | 11010 | 11110 | 10100 | 1000011 |
Color Harmonies of #BDAC9B
Complementary color
Monochromatic Colors of #BDAC9B
Black with #BDAC9B
Text Example
Text Example
White with #BDAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAC9B; }
p { color: rgb(189,172,155); }
H1.HeaderClassName
{
color: #BDAC9B;
}
.AnyTagClassName
{
color: #BDAC9B;
}
</style>
background-color css
<style>
a { background-color: #BDAC9B; }
a { background-color: rgb(189,172,155); }
div.DivClassName
{
background-color: #BDAC9B;
}
.BgClassName
{
background-color: #BDAC9B;
}
</style>
border-color css
<style>
span { border-color: #BDAC9B; }
span { border-color: rgb(189,172,155); }
td.TdClassName
{
border-color: #BDAC9B;
}
.TagClassName
{
border-color: #BDAC9B;
}
</style>