Shades of Silk #BCA99B
Tints of Silk #BCA99B
RGB
CMYK
RGB Variations
Color information
#BCA99B (or 0xBCA99B) is known color: Silk. HEX triplet: BC, A9 and 9B. RGB value is (188,169,155). Sum of RGB (Red+Green+Blue) = 188+169+155=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA99B is #435664. Grayscale: #ADADAD. Windows color (decimal): -4413029 or 10201532. OLE color: 10201532.
HSL color Cylindrical-coordinate representation of color #BCA99B: hue angle of 25.45º 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 #BCA99B is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 169 | 155 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.26 |
| HSL | 25.45º | 0.2% | 0.67% | - |
| HSV(B) | 25.45º | 0.18% | 0.74% | - |
| XYZ | 40.84 | 41.43 | 36.86 | - |
| YUV | 173.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 169 | 155 | 0 | 0.10 | 0.18 | 0.26 | 25.45 | 0.2 | 0.67 |
| Hex | BC | A9 | 9B | 0 | A | 12 | 1A | 19 | 14 | 43 |
| Octal | 274 | 251 | 233 | 0 | 12 | 22 | 32 | 31 | 24 | 103 |
| Binary | 10111100 | 10101001 | 10011011 | 0 | 1010 | 10010 | 11010 | 11001 | 10100 | 1000011 |
Color Harmonies of #BCA99B
Complementary color
Monochromatic Colors of #BCA99B
Black with #BCA99B
Text Example
Text Example
White with #BCA99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA99B; }
p { color: rgb(188,169,155); }
H1.HeaderClassName
{
color: #BCA99B;
}
.AnyTagClassName
{
color: #BCA99B;
}
</style>
background-color css
<style>
a { background-color: #BCA99B; }
a { background-color: rgb(188,169,155); }
div.DivClassName
{
background-color: #BCA99B;
}
.BgClassName
{
background-color: #BCA99B;
}
</style>
border-color css
<style>
span { border-color: #BCA99B; }
span { border-color: rgb(188,169,155); }
td.TdClassName
{
border-color: #BCA99B;
}
.TagClassName
{
border-color: #BCA99B;
}
</style>