Shades of Silk #BFB0A2
Tints of Silk #BFB0A2
RGB
CMYK
RGB Variations
Color information
#BFB0A2 (or 0xBFB0A2) is known color: Silk. HEX triplet: BF, B0 and A2. RGB value is (191,176,162). Sum of RGB (Red+Green+Blue) = 191+176+162=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFB0A2 is #404F5D. Grayscale: #B2B2B2. Windows color (decimal): -4214622 or 10662079. OLE color: 10662079.
HSL color Cylindrical-coordinate representation of color #BFB0A2: hue angle of 28.97º 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 #BFB0A2 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 176 | 162 | - |
| CMYK | 0 | 0.08 | 0.15 | 0.25 |
| HSL | 28.97º | 0.18% | 0.69% | - |
| HSV(B) | 28.97º | 0.15% | 0.75% | - |
| XYZ | 43.53 | 44.74 | 40.52 | - |
| YUV | 178.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 176 | 162 | 0 | 0.08 | 0.15 | 0.25 | 28.97 | 0.18 | 0.69 |
| Hex | BF | B0 | A2 | 0 | 8 | F | 19 | 1D | 12 | 45 |
| Octal | 277 | 260 | 242 | 0 | 10 | 17 | 31 | 35 | 22 | 105 |
| Binary | 10111111 | 10110000 | 10100010 | 0 | 1000 | 1111 | 11001 | 11101 | 10010 | 1000101 |
Color Harmonies of #BFB0A2
Complementary color
Monochromatic Colors of #BFB0A2
Black with #BFB0A2
Text Example
Text Example
White with #BFB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFB0A2; }
p { color: rgb(191,176,162); }
H1.HeaderClassName
{
color: #BFB0A2;
}
.AnyTagClassName
{
color: #BFB0A2;
}
</style>
background-color css
<style>
a { background-color: #BFB0A2; }
a { background-color: rgb(191,176,162); }
div.DivClassName
{
background-color: #BFB0A2;
}
.BgClassName
{
background-color: #BFB0A2;
}
</style>
border-color css
<style>
span { border-color: #BFB0A2; }
span { border-color: rgb(191,176,162); }
td.TdClassName
{
border-color: #BFB0A2;
}
.TagClassName
{
border-color: #BFB0A2;
}
</style>