Shades of Silk #BDA596
Tints of Silk #BDA596
RGB
CMYK
RGB Variations
Color information
#BDA596 (or 0xBDA596) is known color: Silk. HEX triplet: BD, A5 and 96. RGB value is (189,165,150). Sum of RGB (Red+Green+Blue) = 189+165+150=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 150 (58.98% from 255 or 29.76% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA596 is #425A69. Grayscale: #AAAAAA. Windows color (decimal): -4348522 or 9872829. OLE color: 9872829.
HSL color Cylindrical-coordinate representation of color #BDA596: hue angle of 23.08º 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 #BDA596 is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 150 | - |
| CMYK | 0 | 0.13 | 0.21 | 0.26 |
| HSL | 23.08º | 0.23% | 0.66% | - |
| HSV(B) | 23.08º | 0.21% | 0.74% | - |
| XYZ | 39.95 | 39.93 | 34.46 | - |
| YUV | 170.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 150 | 0 | 0.13 | 0.21 | 0.26 | 23.08 | 0.23 | 0.66 |
| Hex | BD | A5 | 96 | 0 | D | 15 | 1A | 17 | 17 | 42 |
| Octal | 275 | 245 | 226 | 0 | 15 | 25 | 32 | 27 | 27 | 102 |
| Binary | 10111101 | 10100101 | 10010110 | 0 | 1101 | 10101 | 11010 | 10111 | 10111 | 1000010 |
Color Harmonies of #BDA596
Complementary color
Monochromatic Colors of #BDA596
Black with #BDA596
Text Example
Text Example
White with #BDA596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA596; }
p { color: rgb(189,165,150); }
H1.HeaderClassName
{
color: #BDA596;
}
.AnyTagClassName
{
color: #BDA596;
}
</style>
background-color css
<style>
a { background-color: #BDA596; }
a { background-color: rgb(189,165,150); }
div.DivClassName
{
background-color: #BDA596;
}
.BgClassName
{
background-color: #BDA596;
}
</style>
border-color css
<style>
span { border-color: #BDA596; }
span { border-color: rgb(189,165,150); }
td.TdClassName
{
border-color: #BDA596;
}
.TagClassName
{
border-color: #BDA596;
}
</style>