Shades of Silk #BBA699
Tints of Silk #BBA699
RGB
CMYK
RGB Variations
Color information
#BBA699 (or 0xBBA699) is known color: Silk. HEX triplet: BB, A6 and 99. RGB value is (187,166,153). Sum of RGB (Red+Green+Blue) = 187+166+153=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 153 (60.16% from 255 or 30.24% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA699 is #445966. Grayscale: #AAAAAA. Windows color (decimal): -4479335 or 10069691. OLE color: 10069691.
HSL color Cylindrical-coordinate representation of color #BBA699: hue angle of 22.94º 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 #BBA699 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 166 | 153 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.27 |
| HSL | 22.94º | 0.2% | 0.67% | - |
| HSV(B) | 22.94º | 0.18% | 0.73% | - |
| XYZ | 39.88 | 40.14 | 35.78 | - |
| YUV | 170.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 166 | 153 | 0 | 0.11 | 0.18 | 0.27 | 22.94 | 0.2 | 0.67 |
| Hex | BB | A6 | 99 | 0 | B | 12 | 1B | 17 | 14 | 43 |
| Octal | 273 | 246 | 231 | 0 | 13 | 22 | 33 | 27 | 24 | 103 |
| Binary | 10111011 | 10100110 | 10011001 | 0 | 1011 | 10010 | 11011 | 10111 | 10100 | 1000011 |
Color Harmonies of #BBA699
Complementary color
Monochromatic Colors of #BBA699
Black with #BBA699
Text Example
Text Example
White with #BBA699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBA699; }
p { color: rgb(187,166,153); }
H1.HeaderClassName
{
color: #BBA699;
}
.AnyTagClassName
{
color: #BBA699;
}
</style>
background-color css
<style>
a { background-color: #BBA699; }
a { background-color: rgb(187,166,153); }
div.DivClassName
{
background-color: #BBA699;
}
.BgClassName
{
background-color: #BBA699;
}
</style>
border-color css
<style>
span { border-color: #BBA699; }
span { border-color: rgb(187,166,153); }
td.TdClassName
{
border-color: #BBA699;
}
.TagClassName
{
border-color: #BBA699;
}
</style>