Shades of Silk #BFB1A2
Tints of Silk #BFB1A2
RGB
CMYK
RGB Variations
Color information
#BFB1A2 (or 0xBFB1A2) is known color: Silk. HEX triplet: BF, B1 and A2. RGB value is (191,177,162). Sum of RGB (Red+Green+Blue) = 191+177+162=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 162 (63.67% from 255 or 30.57% from 530); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB1A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB1A2 is #404E5D. Grayscale: #B3B3B3. Windows color (decimal): -4214366 or 10662335. OLE color: 10662335.
HSL color Cylindrical-coordinate representation of color #BFB1A2: hue angle of 31.03º 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 #BFB1A2 is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 177 | 162 | - |
| CMYK | 0 | 0.07 | 0.15 | 0.25 |
| HSL | 31.03º | 0.18% | 0.69% | - |
| HSV(B) | 31.03º | 0.15% | 0.75% | - |
| XYZ | 43.73 | 45.13 | 40.59 | - |
| YUV | 179.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 177 | 162 | 0 | 0.07 | 0.15 | 0.25 | 31.03 | 0.18 | 0.69 |
| Hex | BF | B1 | A2 | 0 | 7 | F | 19 | 1F | 12 | 45 |
| Octal | 277 | 261 | 242 | 0 | 7 | 17 | 31 | 37 | 22 | 105 |
| Binary | 10111111 | 10110001 | 10100010 | 0 | 111 | 1111 | 11001 | 11111 | 10010 | 1000101 |
Color Harmonies of #BFB1A2
Complementary color
Monochromatic Colors of #BFB1A2
Black with #BFB1A2
Text Example
Text Example
White with #BFB1A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB1A2; }
p { color: rgb(191,177,162); }
H1.HeaderClassName
{
color: #BFB1A2;
}
.AnyTagClassName
{
color: #BFB1A2;
}
</style>
background-color css
<style>
a { background-color: #BFB1A2; }
a { background-color: rgb(191,177,162); }
div.DivClassName
{
background-color: #BFB1A2;
}
.BgClassName
{
background-color: #BFB1A2;
}
</style>
border-color css
<style>
span { border-color: #BFB1A2; }
span { border-color: rgb(191,177,162); }
td.TdClassName
{
border-color: #BFB1A2;
}
.TagClassName
{
border-color: #BFB1A2;
}
</style>