Shades of Silk #BDA795
Tints of Silk #BDA795
RGB
CMYK
RGB Variations
Color information
#BDA795 (or 0xBDA795) is known color: Silk. HEX triplet: BD, A7 and 95. RGB value is (189,167,149). Sum of RGB (Red+Green+Blue) = 189+167+149=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA795 is #42586A. Grayscale: #ABABAB. Windows color (decimal): -4348011 or 9807805. OLE color: 9807805.
HSL color Cylindrical-coordinate representation of color #BDA795: hue angle of 27º 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 #BDA795 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 149 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.26 |
| HSL | 27º | 0.23% | 0.66% | - |
| HSV(B) | 27º | 0.21% | 0.74% | - |
| XYZ | 40.23 | 40.63 | 34.16 | - |
| YUV | 171.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 149 | 0 | 0.12 | 0.21 | 0.26 | 27 | 0.23 | 0.66 |
| Hex | BD | A7 | 95 | 0 | C | 15 | 1A | 1B | 17 | 42 |
| Octal | 275 | 247 | 225 | 0 | 14 | 25 | 32 | 33 | 27 | 102 |
| Binary | 10111101 | 10100111 | 10010101 | 0 | 1100 | 10101 | 11010 | 11011 | 10111 | 1000010 |
Color Harmonies of #BDA795
Complementary color
Monochromatic Colors of #BDA795
Black with #BDA795
Text Example
Text Example
White with #BDA795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA795; }
p { color: rgb(189,167,149); }
H1.HeaderClassName
{
color: #BDA795;
}
.AnyTagClassName
{
color: #BDA795;
}
</style>
background-color css
<style>
a { background-color: #BDA795; }
a { background-color: rgb(189,167,149); }
div.DivClassName
{
background-color: #BDA795;
}
.BgClassName
{
background-color: #BDA795;
}
</style>
border-color css
<style>
span { border-color: #BDA795; }
span { border-color: rgb(189,167,149); }
td.TdClassName
{
border-color: #BDA795;
}
.TagClassName
{
border-color: #BDA795;
}
</style>