Shades of Silk #BCA694
Tints of Silk #BCA694
RGB
CMYK
RGB Variations
Color information
#BCA694 (or 0xBCA694) is known color: Silk. HEX triplet: BC, A6 and 94. RGB value is (188,166,148). Sum of RGB (Red+Green+Blue) = 188+166+148=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA694 is #43596B. Grayscale: #AAAAAA. Windows color (decimal): -4413804 or 9742012. OLE color: 9742012.
HSL color Cylindrical-coordinate representation of color #BCA694: hue angle of 27º 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 #BCA694 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 166 | 148 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.26 |
| HSL | 27º | 0.23% | 0.66% | - |
| HSV(B) | 27º | 0.21% | 0.74% | - |
| XYZ | 39.72 | 40.1 | 33.66 | - |
| YUV | 170.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 166 | 148 | 0 | 0.12 | 0.21 | 0.26 | 27 | 0.23 | 0.66 |
| Hex | BC | A6 | 94 | 0 | C | 15 | 1A | 1B | 17 | 42 |
| Octal | 274 | 246 | 224 | 0 | 14 | 25 | 32 | 33 | 27 | 102 |
| Binary | 10111100 | 10100110 | 10010100 | 0 | 1100 | 10101 | 11010 | 11011 | 10111 | 1000010 |
Color Harmonies of #BCA694
Complementary color
Monochromatic Colors of #BCA694
Black with #BCA694
Text Example
Text Example
White with #BCA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA694; }
p { color: rgb(188,166,148); }
H1.HeaderClassName
{
color: #BCA694;
}
.AnyTagClassName
{
color: #BCA694;
}
</style>
background-color css
<style>
a { background-color: #BCA694; }
a { background-color: rgb(188,166,148); }
div.DivClassName
{
background-color: #BCA694;
}
.BgClassName
{
background-color: #BCA694;
}
</style>
border-color css
<style>
span { border-color: #BCA694; }
span { border-color: rgb(188,166,148); }
td.TdClassName
{
border-color: #BCA694;
}
.TagClassName
{
border-color: #BCA694;
}
</style>