Shades of Silk #B1A69F
Tints of Silk #B1A69F
RGB
CMYK
RGB Variations
Color information
#B1A69F (or 0xB1A69F) is known color: Silk. HEX triplet: B1, A6 and 9F. RGB value is (177,166,159). Sum of RGB (Red+Green+Blue) = 177+166+159=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A69F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A69F is #4E5960. Grayscale: #A8A8A8. Windows color (decimal): -5134689 or 10462897. OLE color: 10462897.
HSL color Cylindrical-coordinate representation of color #B1A69F: hue angle of 23.33º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B1A69F is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 166 | 159 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.31 |
| HSL | 23.33º | 0.1% | 0.66% | - |
| HSV(B) | 23.33º | 0.1% | 0.69% | - |
| XYZ | 38.03 | 39.12 | 38.35 | - |
| YUV | 168.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 166 | 159 | 0 | 0.06 | 0.10 | 0.31 | 23.33 | 0.1 | 0.66 |
| Hex | B1 | A6 | 9F | 0 | 6 | A | 1F | 17 | A | 42 |
| Octal | 261 | 246 | 237 | 0 | 6 | 12 | 37 | 27 | 12 | 102 |
| Binary | 10110001 | 10100110 | 10011111 | 0 | 110 | 1010 | 11111 | 10111 | 1010 | 1000010 |
Color Harmonies of #B1A69F
Complementary color
Monochromatic Colors of #B1A69F
Black with #B1A69F
Text Example
Text Example
White with #B1A69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1A69F; }
p { color: rgb(177,166,159); }
H1.HeaderClassName
{
color: #B1A69F;
}
.AnyTagClassName
{
color: #B1A69F;
}
</style>
background-color css
<style>
a { background-color: #B1A69F; }
a { background-color: rgb(177,166,159); }
div.DivClassName
{
background-color: #B1A69F;
}
.BgClassName
{
background-color: #B1A69F;
}
</style>
border-color css
<style>
span { border-color: #B1A69F; }
span { border-color: rgb(177,166,159); }
td.TdClassName
{
border-color: #B1A69F;
}
.TagClassName
{
border-color: #B1A69F;
}
</style>