Shades of Silk #BDA79A
Tints of Silk #BDA79A
RGB
CMYK
RGB Variations
Color information
#BDA79A (or 0xBDA79A) is known color: Silk. HEX triplet: BD, A7 and 9A. RGB value is (189,167,154). Sum of RGB (Red+Green+Blue) = 189+167+154=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 167 (65.62% from 255 or 32.75% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA79A is #425865. Grayscale: #ACACAC. Windows color (decimal): -4348006 or 10135485. OLE color: 10135485.
HSL color Cylindrical-coordinate representation of color #BDA79A: hue angle of 22.29º 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 #BDA79A is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 167 | 154 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.26 |
| HSL | 22.29º | 0.21% | 0.67% | - |
| HSV(B) | 22.29º | 0.19% | 0.74% | - |
| XYZ | 40.64 | 40.79 | 36.3 | - |
| YUV | 172.1 | 117.79 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 167 | 154 | 0 | 0.12 | 0.19 | 0.26 | 22.29 | 0.21 | 0.67 |
| Hex | BD | A7 | 9A | 0 | C | 13 | 1A | 16 | 15 | 43 |
| Octal | 275 | 247 | 232 | 0 | 14 | 23 | 32 | 26 | 25 | 103 |
| Binary | 10111101 | 10100111 | 10011010 | 0 | 1100 | 10011 | 11010 | 10110 | 10101 | 1000011 |
Color Harmonies of #BDA79A
Complementary color
Monochromatic Colors of #BDA79A
Black with #BDA79A
Text Example
Text Example
White with #BDA79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA79A; }
p { color: rgb(189,167,154); }
H1.HeaderClassName
{
color: #BDA79A;
}
.AnyTagClassName
{
color: #BDA79A;
}
</style>
background-color css
<style>
a { background-color: #BDA79A; }
a { background-color: rgb(189,167,154); }
div.DivClassName
{
background-color: #BDA79A;
}
.BgClassName
{
background-color: #BDA79A;
}
</style>
border-color css
<style>
span { border-color: #BDA79A; }
span { border-color: rgb(189,167,154); }
td.TdClassName
{
border-color: #BDA79A;
}
.TagClassName
{
border-color: #BDA79A;
}
</style>