Shades of Silk #BBAA98
Tints of Silk #BBAA98
RGB
CMYK
RGB Variations
Color information
#BBAA98 (or 0xBBAA98) is known color: Silk. HEX triplet: BB, AA and 98. RGB value is (187,170,152). Sum of RGB (Red+Green+Blue) = 187+170+152=509 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.74% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 152 (59.77% from 255 or 29.86% from 509); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAA98 is #445567. Grayscale: #ADADAD. Windows color (decimal): -4478312 or 10005179. OLE color: 10005179.
HSL color Cylindrical-coordinate representation of color #BBAA98: hue angle of 30.86º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBAA98 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 170 | 152 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.27 |
| HSL | 30.86º | 0.2% | 0.66% | - |
| HSV(B) | 30.86º | 0.19% | 0.73% | - |
| XYZ | 40.54 | 41.58 | 35.6 | - |
| YUV | 173.03 | 116.13 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 170 | 152 | 0 | 0.09 | 0.19 | 0.27 | 30.86 | 0.2 | 0.66 |
| Hex | BB | AA | 98 | 0 | 9 | 13 | 1B | 1F | 14 | 42 |
| Octal | 273 | 252 | 230 | 0 | 11 | 23 | 33 | 37 | 24 | 102 |
| Binary | 10111011 | 10101010 | 10011000 | 0 | 1001 | 10011 | 11011 | 11111 | 10100 | 1000010 |
Color Harmonies of #BBAA98
Complementary color
Monochromatic Colors of #BBAA98
Black with #BBAA98
Text Example
Text Example
White with #BBAA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBAA98; }
p { color: rgb(187,170,152); }
H1.HeaderClassName
{
color: #BBAA98;
}
.AnyTagClassName
{
color: #BBAA98;
}
</style>
background-color css
<style>
a { background-color: #BBAA98; }
a { background-color: rgb(187,170,152); }
div.DivClassName
{
background-color: #BBAA98;
}
.BgClassName
{
background-color: #BBAA98;
}
</style>
border-color css
<style>
span { border-color: #BBAA98; }
span { border-color: rgb(187,170,152); }
td.TdClassName
{
border-color: #BBAA98;
}
.TagClassName
{
border-color: #BBAA98;
}
</style>