Shades of Silk #BCA89D
Tints of Silk #BCA89D
RGB
CMYK
RGB Variations
Color information
#BCA89D (or 0xBCA89D) is known color: Silk. HEX triplet: BC, A8 and 9D. RGB value is (188,168,157). Sum of RGB (Red+Green+Blue) = 188+168+157=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 157 (61.72% from 255 or 30.60% from 513); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA89D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA89D is #435762. Grayscale: #ACACAC. Windows color (decimal): -4413283 or 10332348. OLE color: 10332348.
HSL color Cylindrical-coordinate representation of color #BCA89D: hue angle of 21.29º degrees, saturation: 0.19, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCA89D is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 157 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.26 |
| HSL | 21.29º | 0.19% | 0.68% | - |
| HSV(B) | 21.29º | 0.16% | 0.74% | - |
| XYZ | 40.83 | 41.13 | 37.69 | - |
| YUV | 172.73 | 119.13 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 157 | 0 | 0.11 | 0.16 | 0.26 | 21.29 | 0.19 | 0.68 |
| Hex | BC | A8 | 9D | 0 | B | 10 | 1A | 15 | 13 | 44 |
| Octal | 274 | 250 | 235 | 0 | 13 | 20 | 32 | 25 | 23 | 104 |
| Binary | 10111100 | 10101000 | 10011101 | 0 | 1011 | 10000 | 11010 | 10101 | 10011 | 1000100 |
Color Harmonies of #BCA89D
Complementary color
Monochromatic Colors of #BCA89D
Black with #BCA89D
Text Example
Text Example
White with #BCA89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA89D; }
p { color: rgb(188,168,157); }
H1.HeaderClassName
{
color: #BCA89D;
}
.AnyTagClassName
{
color: #BCA89D;
}
</style>
background-color css
<style>
a { background-color: #BCA89D; }
a { background-color: rgb(188,168,157); }
div.DivClassName
{
background-color: #BCA89D;
}
.BgClassName
{
background-color: #BCA89D;
}
</style>
border-color css
<style>
span { border-color: #BCA89D; }
span { border-color: rgb(188,168,157); }
td.TdClassName
{
border-color: #BCA89D;
}
.TagClassName
{
border-color: #BCA89D;
}
</style>