Shades of Silk #BFAD9C
Tints of Silk #BFAD9C
RGB
CMYK
RGB Variations
Color information
#BFAD9C (or 0xBFAD9C) is known color: Silk. HEX triplet: BF, AD and 9C. RGB value is (191,173,156). Sum of RGB (Red+Green+Blue) = 191+173+156=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAD9C is #405263. Grayscale: #B0B0B0. Windows color (decimal): -4215396 or 10268095. OLE color: 10268095.
HSL color Cylindrical-coordinate representation of color #BFAD9C: hue angle of 29.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFAD9C is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 173 | 156 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.25 |
| HSL | 29.14º | 0.21% | 0.68% | - |
| HSV(B) | 29.14º | 0.18% | 0.75% | - |
| XYZ | 42.43 | 43.36 | 37.59 | - |
| YUV | 176.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 173 | 156 | 0 | 0.09 | 0.18 | 0.25 | 29.14 | 0.21 | 0.68 |
| Hex | BF | AD | 9C | 0 | 9 | 12 | 19 | 1D | 15 | 44 |
| Octal | 277 | 255 | 234 | 0 | 11 | 22 | 31 | 35 | 25 | 104 |
| Binary | 10111111 | 10101101 | 10011100 | 0 | 1001 | 10010 | 11001 | 11101 | 10101 | 1000100 |
Color Harmonies of #BFAD9C
Complementary color
Monochromatic Colors of #BFAD9C
Black with #BFAD9C
Text Example
Text Example
White with #BFAD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAD9C; }
p { color: rgb(191,173,156); }
H1.HeaderClassName
{
color: #BFAD9C;
}
.AnyTagClassName
{
color: #BFAD9C;
}
</style>
background-color css
<style>
a { background-color: #BFAD9C; }
a { background-color: rgb(191,173,156); }
div.DivClassName
{
background-color: #BFAD9C;
}
.BgClassName
{
background-color: #BFAD9C;
}
</style>
border-color css
<style>
span { border-color: #BFAD9C; }
span { border-color: rgb(191,173,156); }
td.TdClassName
{
border-color: #BFAD9C;
}
.TagClassName
{
border-color: #BFAD9C;
}
</style>