Shades of Silk #BCA799
Tints of Silk #BCA799
RGB
CMYK
RGB Variations
Color information
#BCA799 (or 0xBCA799) is known color: Silk. HEX triplet: BC, A7 and 99. RGB value is (188,167,153). Sum of RGB (Red+Green+Blue) = 188+167+153=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 153 (60.16% from 255 or 30.12% from 508); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA799 is #435866. Grayscale: #ABABAB. Windows color (decimal): -4413543 or 10069948. OLE color: 10069948.
HSL color Cylindrical-coordinate representation of color #BCA799: hue angle of 24º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA799 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 167 | 153 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.26 |
| HSL | 24º | 0.21% | 0.67% | - |
| HSV(B) | 24º | 0.19% | 0.74% | - |
| XYZ | 40.31 | 40.63 | 35.85 | - |
| YUV | 171.68 | 117.46 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 167 | 153 | 0 | 0.11 | 0.19 | 0.26 | 24 | 0.21 | 0.67 |
| Hex | BC | A7 | 99 | 0 | B | 13 | 1A | 18 | 15 | 43 |
| Octal | 274 | 247 | 231 | 0 | 13 | 23 | 32 | 30 | 25 | 103 |
| Binary | 10111100 | 10100111 | 10011001 | 0 | 1011 | 10011 | 11010 | 11000 | 10101 | 1000011 |
Color Harmonies of #BCA799
Complementary color
Monochromatic Colors of #BCA799
Black with #BCA799
Text Example
Text Example
White with #BCA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA799; }
p { color: rgb(188,167,153); }
H1.HeaderClassName
{
color: #BCA799;
}
.AnyTagClassName
{
color: #BCA799;
}
</style>
background-color css
<style>
a { background-color: #BCA799; }
a { background-color: rgb(188,167,153); }
div.DivClassName
{
background-color: #BCA799;
}
.BgClassName
{
background-color: #BCA799;
}
</style>
border-color css
<style>
span { border-color: #BCA799; }
span { border-color: rgb(188,167,153); }
td.TdClassName
{
border-color: #BCA799;
}
.TagClassName
{
border-color: #BCA799;
}
</style>