Shades of Silk #BCA89A
Tints of Silk #BCA89A
RGB
CMYK
RGB Variations
Color information
#BCA89A (or 0xBCA89A) is known color: Silk. HEX triplet: BC, A8 and 9A. RGB value is (188,168,154). Sum of RGB (Red+Green+Blue) = 188+168+154=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA89A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA89A is #435765. Grayscale: #ACACAC. Windows color (decimal): -4413286 or 10135740. OLE color: 10135740.
HSL color Cylindrical-coordinate representation of color #BCA89A: hue angle of 24.71º 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 #BCA89A is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 168 | 154 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.26 |
| HSL | 24.71º | 0.2% | 0.67% | - |
| HSV(B) | 24.71º | 0.18% | 0.74% | - |
| XYZ | 40.57 | 41.03 | 36.35 | - |
| YUV | 172.38 | 117.63 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 168 | 154 | 0 | 0.11 | 0.18 | 0.26 | 24.71 | 0.2 | 0.67 |
| Hex | BC | A8 | 9A | 0 | B | 12 | 1A | 19 | 14 | 43 |
| Octal | 274 | 250 | 232 | 0 | 13 | 22 | 32 | 31 | 24 | 103 |
| Binary | 10111100 | 10101000 | 10011010 | 0 | 1011 | 10010 | 11010 | 11001 | 10100 | 1000011 |
Color Harmonies of #BCA89A
Complementary color
Monochromatic Colors of #BCA89A
Black with #BCA89A
Text Example
Text Example
White with #BCA89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA89A; }
p { color: rgb(188,168,154); }
H1.HeaderClassName
{
color: #BCA89A;
}
.AnyTagClassName
{
color: #BCA89A;
}
</style>
background-color css
<style>
a { background-color: #BCA89A; }
a { background-color: rgb(188,168,154); }
div.DivClassName
{
background-color: #BCA89A;
}
.BgClassName
{
background-color: #BCA89A;
}
</style>
border-color css
<style>
span { border-color: #BCA89A; }
span { border-color: rgb(188,168,154); }
td.TdClassName
{
border-color: #BCA89A;
}
.TagClassName
{
border-color: #BCA89A;
}
</style>