Shades of Silk #BDA99D
Tints of Silk #BDA99D
RGB
CMYK
RGB Variations
Color information
#BDA99D (or 0xBDA99D) is known color: Silk. HEX triplet: BD, A9 and 9D. RGB value is (189,169,157). Sum of RGB (Red+Green+Blue) = 189+169+157=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 169 (66.41% from 255 or 32.82% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA99D is #425662. Grayscale: #ADADAD. Windows color (decimal): -4347491 or 10332605. OLE color: 10332605.
HSL color Cylindrical-coordinate representation of color #BDA99D: hue angle of 22.5º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDA99D is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 169 | 157 | - |
CMYK | 0 | 0.11 | 0.17 | 0.26 |
HSL | 22.5º | 0.2% | 0.68% | - |
HSV(B) | 22.5º | 0.17% | 0.74% | - |
XYZ | 41.26 | 41.63 | 37.76 | - |
YUV | 173.61 | 118.63 | 138.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 169 | 157 | 0 | 0.11 | 0.17 | 0.26 | 22.5 | 0.2 | 0.68 |
Hex | BD | A9 | 9D | 0 | B | 11 | 1A | 16 | 14 | 44 |
Octal | 275 | 251 | 235 | 0 | 13 | 21 | 32 | 26 | 24 | 104 |
Binary | 10111101 | 10101001 | 10011101 | 0 | 1011 | 10001 | 11010 | 10110 | 10100 | 1000100 |
Color Harmonies of #BDA99D
Complementary color
Monochromatic Colors of #BDA99D
Black with #BDA99D
Text Example
Text Example
White with #BDA99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA99D; }
p { color: rgb(189,169,157); }
H1.HeaderClassName
{
color: #BDA99D;
}
.AnyTagClassName
{
color: #BDA99D;
}
</style>
background-color css
<style>
a { background-color: #BDA99D; }
a { background-color: rgb(189,169,157); }
div.DivClassName
{
background-color: #BDA99D;
}
.BgClassName
{
background-color: #BDA99D;
}
</style>
border-color css
<style>
span { border-color: #BDA99D; }
span { border-color: rgb(189,169,157); }
td.TdClassName
{
border-color: #BDA99D;
}
.TagClassName
{
border-color: #BDA99D;
}
</style>