Shades of Silk #B9AB9B
Tints of Silk #B9AB9B
RGB
CMYK
RGB Variations
Color information
#B9AB9B (or 0xB9AB9B) is known color: Silk. HEX triplet: B9, AB and 9B. RGB value is (185,171,155). Sum of RGB (Red+Green+Blue) = 185+171+155=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AB9B is #465464. Grayscale: #ADADAD. Windows color (decimal): -4609125 or 10202041. OLE color: 10202041.
HSL color Cylindrical-coordinate representation of color #B9AB9B: hue angle of 32º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9AB9B is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 155 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.27 |
| HSL | 32º | 0.18% | 0.67% | - |
| HSV(B) | 32º | 0.16% | 0.73% | - |
| XYZ | 40.49 | 41.81 | 36.95 | - |
| YUV | 173.36 | 117.64 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 155 | 0 | 0.08 | 0.16 | 0.27 | 32 | 0.18 | 0.67 |
| Hex | B9 | AB | 9B | 0 | 8 | 10 | 1B | 20 | 12 | 43 |
| Octal | 271 | 253 | 233 | 0 | 10 | 20 | 33 | 40 | 22 | 103 |
| Binary | 10111001 | 10101011 | 10011011 | 0 | 1000 | 10000 | 11011 | 100000 | 10010 | 1000011 |
Color Harmonies of #B9AB9B
Complementary color
Monochromatic Colors of #B9AB9B
Black with #B9AB9B
Text Example
Text Example
White with #B9AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB9B; }
p { color: rgb(185,171,155); }
H1.HeaderClassName
{
color: #B9AB9B;
}
.AnyTagClassName
{
color: #B9AB9B;
}
</style>
background-color css
<style>
a { background-color: #B9AB9B; }
a { background-color: rgb(185,171,155); }
div.DivClassName
{
background-color: #B9AB9B;
}
.BgClassName
{
background-color: #B9AB9B;
}
</style>
border-color css
<style>
span { border-color: #B9AB9B; }
span { border-color: rgb(185,171,155); }
td.TdClassName
{
border-color: #B9AB9B;
}
.TagClassName
{
border-color: #B9AB9B;
}
</style>