Shades of Silk #BDB0A4
Tints of Silk #BDB0A4
RGB
CMYK
RGB Variations
Color information
#BDB0A4 (or 0xBDB0A4) is known color: Silk. HEX triplet: BD, B0 and A4. RGB value is (189,176,164). Sum of RGB (Red+Green+Blue) = 189+176+164=529 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.73% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDB0A4 is #424F5B. Grayscale: #B2B2B2. Windows color (decimal): -4345692 or 10793149. OLE color: 10793149.
HSL color Cylindrical-coordinate representation of color #BDB0A4: hue angle of 28.8º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDB0A4 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 176 | 164 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.26 |
| HSL | 28.8º | 0.16% | 0.69% | - |
| HSV(B) | 28.8º | 0.13% | 0.74% | - |
| XYZ | 43.21 | 44.55 | 41.44 | - |
| YUV | 178.52 | 119.81 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 176 | 164 | 0 | 0.07 | 0.13 | 0.26 | 28.8 | 0.16 | 0.69 |
| Hex | BD | B0 | A4 | 0 | 7 | D | 1A | 1D | 10 | 45 |
| Octal | 275 | 260 | 244 | 0 | 7 | 15 | 32 | 35 | 20 | 105 |
| Binary | 10111101 | 10110000 | 10100100 | 0 | 111 | 1101 | 11010 | 11101 | 10000 | 1000101 |
Color Harmonies of #BDB0A4
Complementary color
Monochromatic Colors of #BDB0A4
Black with #BDB0A4
Text Example
Text Example
White with #BDB0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDB0A4; }
p { color: rgb(189,176,164); }
H1.HeaderClassName
{
color: #BDB0A4;
}
.AnyTagClassName
{
color: #BDB0A4;
}
</style>
background-color css
<style>
a { background-color: #BDB0A4; }
a { background-color: rgb(189,176,164); }
div.DivClassName
{
background-color: #BDB0A4;
}
.BgClassName
{
background-color: #BDB0A4;
}
</style>
border-color css
<style>
span { border-color: #BDB0A4; }
span { border-color: rgb(189,176,164); }
td.TdClassName
{
border-color: #BDB0A4;
}
.TagClassName
{
border-color: #BDB0A4;
}
</style>