Shades of Silk #BBAA9A
Tints of Silk #BBAA9A
RGB
CMYK
RGB Variations
Color information
#BBAA9A (or 0xBBAA9A) is known color: Silk. HEX triplet: BB, AA and 9A. RGB value is (187,170,154). Sum of RGB (Red+Green+Blue) = 187+170+154=511 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.59% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA9A is #445565. Grayscale: #ADADAD. Windows color (decimal): -4478310 or 10136251. OLE color: 10136251.
HSL color Cylindrical-coordinate representation of color #BBAA9A: hue angle of 29.09º 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 #BBAA9A is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 154 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.27 |
| HSL | 29.09º | 0.2% | 0.67% | - |
| HSV(B) | 29.09º | 0.18% | 0.73% | - |
| XYZ | 40.7 | 41.65 | 36.47 | - |
| YUV | 173.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 154 | 0 | 0.09 | 0.18 | 0.27 | 29.09 | 0.2 | 0.67 |
| Hex | BB | AA | 9A | 0 | 9 | 12 | 1B | 1D | 14 | 43 |
| Octal | 273 | 252 | 232 | 0 | 11 | 22 | 33 | 35 | 24 | 103 |
| Binary | 10111011 | 10101010 | 10011010 | 0 | 1001 | 10010 | 11011 | 11101 | 10100 | 1000011 |
Color Harmonies of #BBAA9A
Complementary color
Monochromatic Colors of #BBAA9A
Black with #BBAA9A
Text Example
Text Example
White with #BBAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA9A; }
p { color: rgb(187,170,154); }
H1.HeaderClassName
{
color: #BBAA9A;
}
.AnyTagClassName
{
color: #BBAA9A;
}
</style>
background-color css
<style>
a { background-color: #BBAA9A; }
a { background-color: rgb(187,170,154); }
div.DivClassName
{
background-color: #BBAA9A;
}
.BgClassName
{
background-color: #BBAA9A;
}
</style>
border-color css
<style>
span { border-color: #BBAA9A; }
span { border-color: rgb(187,170,154); }
td.TdClassName
{
border-color: #BBAA9A;
}
.TagClassName
{
border-color: #BBAA9A;
}
</style>