Shades of Silk #BDA99A
Tints of Silk #BDA99A
RGB
CMYK
RGB Variations
Color information
#BDA99A (or 0xBDA99A) is known color: Silk. HEX triplet: BD, A9 and 9A. RGB value is (189,169,154). Sum of RGB (Red+Green+Blue) = 189+169+154=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 169 (66.41% from 255 or 33.01% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA99A is #425665. Grayscale: #ADADAD. Windows color (decimal): -4347494 or 10135997. OLE color: 10135997.
HSL color Cylindrical-coordinate representation of color #BDA99A: hue angle of 25.71º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDA99A is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 169 | 154 | - |
| CMYK | 0 | 0.11 | 0.19 | 0.26 |
| HSL | 25.71º | 0.21% | 0.67% | - |
| HSV(B) | 25.71º | 0.19% | 0.74% | - |
| XYZ | 41.01 | 41.53 | 36.43 | - |
| YUV | 173.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 169 | 154 | 0 | 0.11 | 0.19 | 0.26 | 25.71 | 0.21 | 0.67 |
| Hex | BD | A9 | 9A | 0 | B | 13 | 1A | 1A | 15 | 43 |
| Octal | 275 | 251 | 232 | 0 | 13 | 23 | 32 | 32 | 25 | 103 |
| Binary | 10111101 | 10101001 | 10011010 | 0 | 1011 | 10011 | 11010 | 11010 | 10101 | 1000011 |
Color Harmonies of #BDA99A
Complementary color
Monochromatic Colors of #BDA99A
Black with #BDA99A
Text Example
Text Example
White with #BDA99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA99A; }
p { color: rgb(189,169,154); }
H1.HeaderClassName
{
color: #BDA99A;
}
.AnyTagClassName
{
color: #BDA99A;
}
</style>
background-color css
<style>
a { background-color: #BDA99A; }
a { background-color: rgb(189,169,154); }
div.DivClassName
{
background-color: #BDA99A;
}
.BgClassName
{
background-color: #BDA99A;
}
</style>
border-color css
<style>
span { border-color: #BDA99A; }
span { border-color: rgb(189,169,154); }
td.TdClassName
{
border-color: #BDA99A;
}
.TagClassName
{
border-color: #BDA99A;
}
</style>