Shades of Silk #BCA493
Tints of Silk #BCA493
RGB
CMYK
RGB Variations
Color information
#BCA493 (or 0xBCA493) is known color: Silk. HEX triplet: BC, A4 and 93. RGB value is (188,164,147). Sum of RGB (Red+Green+Blue) = 188+164+147=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA493 is #435B6C. Grayscale: #A9A9A9. Windows color (decimal): -4414317 or 9675964. OLE color: 9675964.
HSL color Cylindrical-coordinate representation of color #BCA493: hue angle of 24.88º 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 #BCA493 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 164 | 147 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.26 |
| HSL | 24.88º | 0.23% | 0.66% | - |
| HSV(B) | 24.88º | 0.22% | 0.74% | - |
| XYZ | 39.28 | 39.35 | 33.13 | - |
| YUV | 169.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 164 | 147 | 0 | 0.13 | 0.22 | 0.26 | 24.88 | 0.23 | 0.66 |
| Hex | BC | A4 | 93 | 0 | D | 16 | 1A | 19 | 17 | 42 |
| Octal | 274 | 244 | 223 | 0 | 15 | 26 | 32 | 31 | 27 | 102 |
| Binary | 10111100 | 10100100 | 10010011 | 0 | 1101 | 10110 | 11010 | 11001 | 10111 | 1000010 |
Color Harmonies of #BCA493
Complementary color
Monochromatic Colors of #BCA493
Black with #BCA493
Text Example
Text Example
White with #BCA493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA493; }
p { color: rgb(188,164,147); }
H1.HeaderClassName
{
color: #BCA493;
}
.AnyTagClassName
{
color: #BCA493;
}
</style>
background-color css
<style>
a { background-color: #BCA493; }
a { background-color: rgb(188,164,147); }
div.DivClassName
{
background-color: #BCA493;
}
.BgClassName
{
background-color: #BCA493;
}
</style>
border-color css
<style>
span { border-color: #BCA493; }
span { border-color: rgb(188,164,147); }
td.TdClassName
{
border-color: #BCA493;
}
.TagClassName
{
border-color: #BCA493;
}
</style>