Shades of Silk #BCAA99
Tints of Silk #BCAA99
RGB
CMYK
RGB Variations
Color information
#BCAA99 (or 0xBCAA99) is known color: Silk. HEX triplet: BC, AA and 99. RGB value is (188,170,153). Sum of RGB (Red+Green+Blue) = 188+170+153=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAA99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCAA99 is #435566. Grayscale: #ADADAD. Windows color (decimal): -4412775 or 10070716. OLE color: 10070716.
HSL color Cylindrical-coordinate representation of color #BCAA99: hue angle of 29.14º 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 #BCAA99 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 170 | 153 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.26 |
| HSL | 29.14º | 0.21% | 0.67% | - |
| HSV(B) | 29.14º | 0.19% | 0.74% | - |
| XYZ | 40.86 | 41.74 | 36.04 | - |
| YUV | 173.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 170 | 153 | 0 | 0.10 | 0.19 | 0.26 | 29.14 | 0.21 | 0.67 |
| Hex | BC | AA | 99 | 0 | A | 13 | 1A | 1D | 15 | 43 |
| Octal | 274 | 252 | 231 | 0 | 12 | 23 | 32 | 35 | 25 | 103 |
| Binary | 10111100 | 10101010 | 10011001 | 0 | 1010 | 10011 | 11010 | 11101 | 10101 | 1000011 |
Color Harmonies of #BCAA99
Complementary color
Monochromatic Colors of #BCAA99
Black with #BCAA99
Text Example
Text Example
White with #BCAA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCAA99; }
p { color: rgb(188,170,153); }
H1.HeaderClassName
{
color: #BCAA99;
}
.AnyTagClassName
{
color: #BCAA99;
}
</style>
background-color css
<style>
a { background-color: #BCAA99; }
a { background-color: rgb(188,170,153); }
div.DivClassName
{
background-color: #BCAA99;
}
.BgClassName
{
background-color: #BCAA99;
}
</style>
border-color css
<style>
span { border-color: #BCAA99; }
span { border-color: rgb(188,170,153); }
td.TdClassName
{
border-color: #BCAA99;
}
.TagClassName
{
border-color: #BCAA99;
}
</style>