Shades of Silk #BCA793
Tints of Silk #BCA793
RGB
CMYK
RGB Variations
Color information
#BCA793 (or 0xBCA793) is known color: Silk. HEX triplet: BC, A7 and 93. RGB value is (188,167,147). Sum of RGB (Red+Green+Blue) = 188+167+147=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA793 is #43586C. Grayscale: #ABABAB. Windows color (decimal): -4413549 or 9676732. OLE color: 9676732.
HSL color Cylindrical-coordinate representation of color #BCA793: hue angle of 29.27º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA793 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 147 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.26 |
| HSL | 29.27º | 0.23% | 0.66% | - |
| HSV(B) | 29.27º | 0.22% | 0.74% | - |
| XYZ | 39.82 | 40.44 | 33.31 | - |
| YUV | 171 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 147 | 0 | 0.11 | 0.22 | 0.26 | 29.27 | 0.23 | 0.66 |
| Hex | BC | A7 | 93 | 0 | B | 16 | 1A | 1D | 17 | 42 |
| Octal | 274 | 247 | 223 | 0 | 13 | 26 | 32 | 35 | 27 | 102 |
| Binary | 10111100 | 10100111 | 10010011 | 0 | 1011 | 10110 | 11010 | 11101 | 10111 | 1000010 |
Color Harmonies of #BCA793
Complementary color
Monochromatic Colors of #BCA793
Black with #BCA793
Text Example
Text Example
White with #BCA793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA793; }
p { color: rgb(188,167,147); }
H1.HeaderClassName
{
color: #BCA793;
}
.AnyTagClassName
{
color: #BCA793;
}
</style>
background-color css
<style>
a { background-color: #BCA793; }
a { background-color: rgb(188,167,147); }
div.DivClassName
{
background-color: #BCA793;
}
.BgClassName
{
background-color: #BCA793;
}
</style>
border-color css
<style>
span { border-color: #BCA793; }
span { border-color: rgb(188,167,147); }
td.TdClassName
{
border-color: #BCA793;
}
.TagClassName
{
border-color: #BCA793;
}
</style>