Shades of Silk #BDA496
Tints of Silk #BDA496
RGB
CMYK
RGB Variations
Color information
#BDA496 (or 0xBDA496) is known color: Silk. HEX triplet: BD, A4 and 96. RGB value is (189,164,150). Sum of RGB (Red+Green+Blue) = 189+164+150=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 164 (64.45% from 255 or 32.60% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA496 is #425B69. Grayscale: #A9A9A9. Windows color (decimal): -4348778 or 9872573. OLE color: 9872573.
HSL color Cylindrical-coordinate representation of color #BDA496: hue angle of 21.54º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDA496 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 164 | 150 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.26 |
| HSL | 21.54º | 0.23% | 0.66% | - |
| HSV(B) | 21.54º | 0.21% | 0.74% | - |
| XYZ | 39.77 | 39.57 | 34.4 | - |
| YUV | 169.88 | 116.78 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 164 | 150 | 0 | 0.13 | 0.21 | 0.26 | 21.54 | 0.23 | 0.66 |
| Hex | BD | A4 | 96 | 0 | D | 15 | 1A | 16 | 17 | 42 |
| Octal | 275 | 244 | 226 | 0 | 15 | 25 | 32 | 26 | 27 | 102 |
| Binary | 10111101 | 10100100 | 10010110 | 0 | 1101 | 10101 | 11010 | 10110 | 10111 | 1000010 |
Color Harmonies of #BDA496
Complementary color
Monochromatic Colors of #BDA496
Black with #BDA496
Text Example
Text Example
White with #BDA496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA496; }
p { color: rgb(189,164,150); }
H1.HeaderClassName
{
color: #BDA496;
}
.AnyTagClassName
{
color: #BDA496;
}
</style>
background-color css
<style>
a { background-color: #BDA496; }
a { background-color: rgb(189,164,150); }
div.DivClassName
{
background-color: #BDA496;
}
.BgClassName
{
background-color: #BDA496;
}
</style>
border-color css
<style>
span { border-color: #BDA496; }
span { border-color: rgb(189,164,150); }
td.TdClassName
{
border-color: #BDA496;
}
.TagClassName
{
border-color: #BDA496;
}
</style>