Shades of Silk #B9ADA5
Tints of Silk #B9ADA5
RGB
CMYK
RGB Variations
Color information
#B9ADA5 (or 0xB9ADA5) is known color: Silk. HEX triplet: B9, AD and A5. RGB value is (185,173,165). Sum of RGB (Red+Green+Blue) = 185+173+165=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ADA5 is #46525A. Grayscale: #AFAFAF. Windows color (decimal): -4608603 or 10857913. OLE color: 10857913.
HSL color Cylindrical-coordinate representation of color #B9ADA5: hue angle of 24º degrees, saturation: 0.12, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9ADA5 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 173 | 165 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.27 |
| HSL | 24º | 0.13% | 0.69% | - |
| HSV(B) | 24º | 0.11% | 0.73% | - |
| XYZ | 41.74 | 42.92 | 41.68 | - |
| YUV | 175.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 173 | 165 | 0 | 0.06 | 0.11 | 0.27 | 24 | 0.13 | 0.69 |
| Hex | B9 | AD | A5 | 0 | 6 | B | 1B | 18 | C | 45 |
| Octal | 271 | 255 | 245 | 0 | 6 | 13 | 33 | 30 | 14 | 105 |
| Binary | 10111001 | 10101101 | 10100101 | 0 | 110 | 1011 | 11011 | 11000 | 1100 | 1000101 |
Color Harmonies of #B9ADA5
Complementary color
Monochromatic Colors of #B9ADA5
Black with #B9ADA5
Text Example
Text Example
White with #B9ADA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9ADA5; }
p { color: rgb(185,173,165); }
H1.HeaderClassName
{
color: #B9ADA5;
}
.AnyTagClassName
{
color: #B9ADA5;
}
</style>
background-color css
<style>
a { background-color: #B9ADA5; }
a { background-color: rgb(185,173,165); }
div.DivClassName
{
background-color: #B9ADA5;
}
.BgClassName
{
background-color: #B9ADA5;
}
</style>
border-color css
<style>
span { border-color: #B9ADA5; }
span { border-color: rgb(185,173,165); }
td.TdClassName
{
border-color: #B9ADA5;
}
.TagClassName
{
border-color: #B9ADA5;
}
</style>