Shades of Silk #BBA999
Tints of Silk #BBA999
RGB
CMYK
RGB Variations
Color information
#BBA999 (or 0xBBA999) is known color: Silk. HEX triplet: BB, A9 and 99. RGB value is (187,169,153). Sum of RGB (Red+Green+Blue) = 187+169+153=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 169 (66.41% from 255 or 33.20% from 509); Blue value is 153 (60.16% from 255 or 30.06% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA999 is #445666. Grayscale: #ACACAC. Windows color (decimal): -4478567 or 10070459. OLE color: 10070459.
HSL color Cylindrical-coordinate representation of color #BBA999: hue angle of 28.24º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBA999 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 169 | 153 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.27 |
| HSL | 28.24º | 0.2% | 0.67% | - |
| HSV(B) | 28.24º | 0.18% | 0.73% | - |
| XYZ | 40.43 | 41.24 | 35.97 | - |
| YUV | 172.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 169 | 153 | 0 | 0.10 | 0.18 | 0.27 | 28.24 | 0.2 | 0.67 |
| Hex | BB | A9 | 99 | 0 | A | 12 | 1B | 1C | 14 | 43 |
| Octal | 273 | 251 | 231 | 0 | 12 | 22 | 33 | 34 | 24 | 103 |
| Binary | 10111011 | 10101001 | 10011001 | 0 | 1010 | 10010 | 11011 | 11100 | 10100 | 1000011 |
Color Harmonies of #BBA999
Complementary color
Monochromatic Colors of #BBA999
Black with #BBA999
Text Example
Text Example
White with #BBA999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA999; }
p { color: rgb(187,169,153); }
H1.HeaderClassName
{
color: #BBA999;
}
.AnyTagClassName
{
color: #BBA999;
}
</style>
background-color css
<style>
a { background-color: #BBA999; }
a { background-color: rgb(187,169,153); }
div.DivClassName
{
background-color: #BBA999;
}
.BgClassName
{
background-color: #BBA999;
}
</style>
border-color css
<style>
span { border-color: #BBA999; }
span { border-color: rgb(187,169,153); }
td.TdClassName
{
border-color: #BBA999;
}
.TagClassName
{
border-color: #BBA999;
}
</style>