Shades of Silk #BDAB96
Tints of Silk #BDAB96
RGB
CMYK
RGB Variations
Color information
#BDAB96 (or 0xBDAB96) is known color: Silk. HEX triplet: BD, AB and 96. RGB value is (189,171,150). Sum of RGB (Red+Green+Blue) = 189+171+150=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB96 is #425469. Grayscale: #AEAEAE. Windows color (decimal): -4346986 or 9874365. OLE color: 9874365.
HSL color Cylindrical-coordinate representation of color #BDAB96: hue angle of 32.31º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDAB96 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 150 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.26 |
| HSL | 32.31º | 0.23% | 0.66% | - |
| HSV(B) | 32.31º | 0.21% | 0.74% | - |
| XYZ | 41.05 | 42.15 | 34.83 | - |
| YUV | 173.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 150 | 0 | 0.10 | 0.21 | 0.26 | 32.31 | 0.23 | 0.66 |
| Hex | BD | AB | 96 | 0 | A | 15 | 1A | 20 | 17 | 42 |
| Octal | 275 | 253 | 226 | 0 | 12 | 25 | 32 | 40 | 27 | 102 |
| Binary | 10111101 | 10101011 | 10010110 | 0 | 1010 | 10101 | 11010 | 100000 | 10111 | 1000010 |
Color Harmonies of #BDAB96
Complementary color
Monochromatic Colors of #BDAB96
Black with #BDAB96
Text Example
Text Example
White with #BDAB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB96; }
p { color: rgb(189,171,150); }
H1.HeaderClassName
{
color: #BDAB96;
}
.AnyTagClassName
{
color: #BDAB96;
}
</style>
background-color css
<style>
a { background-color: #BDAB96; }
a { background-color: rgb(189,171,150); }
div.DivClassName
{
background-color: #BDAB96;
}
.BgClassName
{
background-color: #BDAB96;
}
</style>
border-color css
<style>
span { border-color: #BDAB96; }
span { border-color: rgb(189,171,150); }
td.TdClassName
{
border-color: #BDAB96;
}
.TagClassName
{
border-color: #BDAB96;
}
</style>