Shades of Silk #BDAD9A
Tints of Silk #BDAD9A
RGB
CMYK
RGB Variations
Color information
#BDAD9A (or 0xBDAD9A) is known color: Silk. HEX triplet: BD, AD and 9A. RGB value is (189,173,154). Sum of RGB (Red+Green+Blue) = 189+173+154=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 154 (60.55% from 255 or 29.84% from 516); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAD9A is #425265. Grayscale: #AFAFAF. Windows color (decimal): -4346470 or 10137021. OLE color: 10137021.
HSL color Cylindrical-coordinate representation of color #BDAD9A: hue angle of 32.57º 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 #BDAD9A is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 173 | 154 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.26 |
| HSL | 32.57º | 0.21% | 0.67% | - |
| HSV(B) | 32.57º | 0.19% | 0.74% | - |
| XYZ | 41.76 | 43.04 | 36.68 | - |
| YUV | 175.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 173 | 154 | 0 | 0.08 | 0.19 | 0.26 | 32.57 | 0.21 | 0.67 |
| Hex | BD | AD | 9A | 0 | 8 | 13 | 1A | 21 | 15 | 43 |
| Octal | 275 | 255 | 232 | 0 | 10 | 23 | 32 | 41 | 25 | 103 |
| Binary | 10111101 | 10101101 | 10011010 | 0 | 1000 | 10011 | 11010 | 100001 | 10101 | 1000011 |
Color Harmonies of #BDAD9A
Complementary color
Monochromatic Colors of #BDAD9A
Black with #BDAD9A
Text Example
Text Example
White with #BDAD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAD9A; }
p { color: rgb(189,173,154); }
H1.HeaderClassName
{
color: #BDAD9A;
}
.AnyTagClassName
{
color: #BDAD9A;
}
</style>
background-color css
<style>
a { background-color: #BDAD9A; }
a { background-color: rgb(189,173,154); }
div.DivClassName
{
background-color: #BDAD9A;
}
.BgClassName
{
background-color: #BDAD9A;
}
</style>
border-color css
<style>
span { border-color: #BDAD9A; }
span { border-color: rgb(189,173,154); }
td.TdClassName
{
border-color: #BDAD9A;
}
.TagClassName
{
border-color: #BDAD9A;
}
</style>