Shades of Silk #BDA594
Tints of Silk #BDA594
RGB
CMYK
RGB Variations
Color information
#BDA594 (or 0xBDA594) is known color: Silk. HEX triplet: BD, A5 and 94. RGB value is (189,165,148). Sum of RGB (Red+Green+Blue) = 189+165+148=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 148 (58.20% from 255 or 29.48% from 502); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA594 is #425A6B. Grayscale: #AAAAAA. Windows color (decimal): -4348524 or 9741757. OLE color: 9741757.
HSL color Cylindrical-coordinate representation of color #BDA594: hue angle of 24.88º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDA594 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 165 | 148 | - |
| CMYK | 0 | 0.13 | 0.22 | 0.26 |
| HSL | 24.88º | 0.24% | 0.66% | - |
| HSV(B) | 24.88º | 0.22% | 0.74% | - |
| XYZ | 39.79 | 39.87 | 33.62 | - |
| YUV | 170.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 165 | 148 | 0 | 0.13 | 0.22 | 0.26 | 24.88 | 0.24 | 0.66 |
| Hex | BD | A5 | 94 | 0 | D | 16 | 1A | 19 | 18 | 42 |
| Octal | 275 | 245 | 224 | 0 | 15 | 26 | 32 | 31 | 30 | 102 |
| Binary | 10111101 | 10100101 | 10010100 | 0 | 1101 | 10110 | 11010 | 11001 | 11000 | 1000010 |
Color Harmonies of #BDA594
Complementary color
Monochromatic Colors of #BDA594
Black with #BDA594
Text Example
Text Example
White with #BDA594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA594; }
p { color: rgb(189,165,148); }
H1.HeaderClassName
{
color: #BDA594;
}
.AnyTagClassName
{
color: #BDA594;
}
</style>
background-color css
<style>
a { background-color: #BDA594; }
a { background-color: rgb(189,165,148); }
div.DivClassName
{
background-color: #BDA594;
}
.BgClassName
{
background-color: #BDA594;
}
</style>
border-color css
<style>
span { border-color: #BDA594; }
span { border-color: rgb(189,165,148); }
td.TdClassName
{
border-color: #BDA594;
}
.TagClassName
{
border-color: #BDA594;
}
</style>