Shades of Silk #BFAB9D
Tints of Silk #BFAB9D
RGB
CMYK
RGB Variations
Color information
#BFAB9D (or 0xBFAB9D) is known color: Silk. HEX triplet: BF, AB and 9D. RGB value is (191,171,157). Sum of RGB (Red+Green+Blue) = 191+171+157=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 171 (67.19% from 255 or 32.95% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAB9D is #405462. Grayscale: #AFAFAF. Windows color (decimal): -4215907 or 10333119. OLE color: 10333119.
HSL color Cylindrical-coordinate representation of color #BFAB9D: hue angle of 24.71º 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 #BFAB9D is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
RGB | 191 | 171 | 157 | - |
CMYK | 0 | 0.10 | 0.18 | 0.25 |
HSL | 24.71º | 0.21% | 0.68% | - |
HSV(B) | 24.71º | 0.18% | 0.75% | - |
XYZ | 42.13 | 42.64 | 37.91 | - |
YUV | 175.38 | 117.63 | 139.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 171 | 157 | 0 | 0.10 | 0.18 | 0.25 | 24.71 | 0.21 | 0.68 |
Hex | BF | AB | 9D | 0 | A | 12 | 19 | 19 | 15 | 44 |
Octal | 277 | 253 | 235 | 0 | 12 | 22 | 31 | 31 | 25 | 104 |
Binary | 10111111 | 10101011 | 10011101 | 0 | 1010 | 10010 | 11001 | 11001 | 10101 | 1000100 |
Color Harmonies of #BFAB9D
Complementary color
Monochromatic Colors of #BFAB9D
Black with #BFAB9D
Text Example
Text Example
White with #BFAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAB9D; }
p { color: rgb(191,171,157); }
H1.HeaderClassName
{
color: #BFAB9D;
}
.AnyTagClassName
{
color: #BFAB9D;
}
</style>
background-color css
<style>
a { background-color: #BFAB9D; }
a { background-color: rgb(191,171,157); }
div.DivClassName
{
background-color: #BFAB9D;
}
.BgClassName
{
background-color: #BFAB9D;
}
</style>
border-color css
<style>
span { border-color: #BFAB9D; }
span { border-color: rgb(191,171,157); }
td.TdClassName
{
border-color: #BFAB9D;
}
.TagClassName
{
border-color: #BFAB9D;
}
</style>