Shades of Silk #BDAB9A
Tints of Silk #BDAB9A
RGB
CMYK
RGB Variations
Color information
#BDAB9A (or 0xBDAB9A) is known color: Silk. HEX triplet: BD, AB and 9A. RGB value is (189,171,154). Sum of RGB (Red+Green+Blue) = 189+171+154=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDAB9A is #425465. Grayscale: #AEAEAE. Windows color (decimal): -4346982 or 10136509. OLE color: 10136509.
HSL color Cylindrical-coordinate representation of color #BDAB9A: hue angle of 29.14º 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 #BDAB9A is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 171 | 154 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.26 |
| HSL | 29.14º | 0.21% | 0.67% | - |
| HSV(B) | 29.14º | 0.19% | 0.74% | - |
| XYZ | 41.38 | 42.28 | 36.55 | - |
| YUV | 174.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 171 | 154 | 0 | 0.10 | 0.19 | 0.26 | 29.14 | 0.21 | 0.67 |
| Hex | BD | AB | 9A | 0 | A | 13 | 1A | 1D | 15 | 43 |
| Octal | 275 | 253 | 232 | 0 | 12 | 23 | 32 | 35 | 25 | 103 |
| Binary | 10111101 | 10101011 | 10011010 | 0 | 1010 | 10011 | 11010 | 11101 | 10101 | 1000011 |
Color Harmonies of #BDAB9A
Complementary color
Monochromatic Colors of #BDAB9A
Black with #BDAB9A
Text Example
Text Example
White with #BDAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDAB9A; }
p { color: rgb(189,171,154); }
H1.HeaderClassName
{
color: #BDAB9A;
}
.AnyTagClassName
{
color: #BDAB9A;
}
</style>
background-color css
<style>
a { background-color: #BDAB9A; }
a { background-color: rgb(189,171,154); }
div.DivClassName
{
background-color: #BDAB9A;
}
.BgClassName
{
background-color: #BDAB9A;
}
</style>
border-color css
<style>
span { border-color: #BDAB9A; }
span { border-color: rgb(189,171,154); }
td.TdClassName
{
border-color: #BDAB9A;
}
.TagClassName
{
border-color: #BDAB9A;
}
</style>