Shades of Silk #BCA597
Tints of Silk #BCA597
RGB
CMYK
RGB Variations
Color information
#BCA597 (or 0xBCA597) is known color: Silk. HEX triplet: BC, A5 and 97. RGB value is (188,165,151). Sum of RGB (Red+Green+Blue) = 188+165+151=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA597 is #435A68. Grayscale: #AAAAAA. Windows color (decimal): -4414057 or 9938364. OLE color: 9938364.
HSL color Cylindrical-coordinate representation of color #BCA597: hue angle of 22.7º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA597 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 165 | 151 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.26 |
| HSL | 22.7º | 0.22% | 0.66% | - |
| HSV(B) | 22.7º | 0.2% | 0.74% | - |
| XYZ | 39.78 | 39.84 | 34.87 | - |
| YUV | 170.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 165 | 151 | 0 | 0.12 | 0.20 | 0.26 | 22.7 | 0.22 | 0.66 |
| Hex | BC | A5 | 97 | 0 | C | 14 | 1A | 17 | 16 | 42 |
| Octal | 274 | 245 | 227 | 0 | 14 | 24 | 32 | 27 | 26 | 102 |
| Binary | 10111100 | 10100101 | 10010111 | 0 | 1100 | 10100 | 11010 | 10111 | 10110 | 1000010 |
Color Harmonies of #BCA597
Complementary color
Monochromatic Colors of #BCA597
Black with #BCA597
Text Example
Text Example
White with #BCA597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCA597; }
p { color: rgb(188,165,151); }
H1.HeaderClassName
{
color: #BCA597;
}
.AnyTagClassName
{
color: #BCA597;
}
</style>
background-color css
<style>
a { background-color: #BCA597; }
a { background-color: rgb(188,165,151); }
div.DivClassName
{
background-color: #BCA597;
}
.BgClassName
{
background-color: #BCA597;
}
</style>
border-color css
<style>
span { border-color: #BCA597; }
span { border-color: rgb(188,165,151); }
td.TdClassName
{
border-color: #BCA597;
}
.TagClassName
{
border-color: #BCA597;
}
</style>