Shades of Silk #BFB2A3
Tints of Silk #BFB2A3
RGB
CMYK
RGB Variations
Color information
#BFB2A3 (or 0xBFB2A3) is known color: Silk. HEX triplet: BF, B2 and A3. RGB value is (191,178,163). Sum of RGB (Red+Green+Blue) = 191+178+163=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 163 (64.06% from 255 or 30.64% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB2A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB2A3 is #404D5C. Grayscale: #B4B4B4. Windows color (decimal): -4214109 or 10728127. OLE color: 10728127.
HSL color Cylindrical-coordinate representation of color #BFB2A3: hue angle of 32.14º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFB2A3 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 178 | 163 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.25 |
| HSL | 32.14º | 0.18% | 0.69% | - |
| HSV(B) | 32.14º | 0.15% | 0.75% | - |
| XYZ | 44.02 | 45.56 | 41.12 | - |
| YUV | 180.18 | 118.31 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 178 | 163 | 0 | 0.07 | 0.15 | 0.25 | 32.14 | 0.18 | 0.69 |
| Hex | BF | B2 | A3 | 0 | 7 | F | 19 | 20 | 12 | 45 |
| Octal | 277 | 262 | 243 | 0 | 7 | 17 | 31 | 40 | 22 | 105 |
| Binary | 10111111 | 10110010 | 10100011 | 0 | 111 | 1111 | 11001 | 100000 | 10010 | 1000101 |
Color Harmonies of #BFB2A3
Complementary color
Monochromatic Colors of #BFB2A3
Black with #BFB2A3
Text Example
Text Example
White with #BFB2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB2A3; }
p { color: rgb(191,178,163); }
H1.HeaderClassName
{
color: #BFB2A3;
}
.AnyTagClassName
{
color: #BFB2A3;
}
</style>
background-color css
<style>
a { background-color: #BFB2A3; }
a { background-color: rgb(191,178,163); }
div.DivClassName
{
background-color: #BFB2A3;
}
.BgClassName
{
background-color: #BFB2A3;
}
</style>
border-color css
<style>
span { border-color: #BFB2A3; }
span { border-color: rgb(191,178,163); }
td.TdClassName
{
border-color: #BFB2A3;
}
.TagClassName
{
border-color: #BFB2A3;
}
</style>