Shades of Silk #BDA89B
Tints of Silk #BDA89B
RGB
CMYK
RGB Variations
Color information
#BDA89B (or 0xBDA89B) is known color: Silk. HEX triplet: BD, A8 and 9B. RGB value is (189,168,155). Sum of RGB (Red+Green+Blue) = 189+168+155=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA89B is #425764. Grayscale: #ACACAC. Windows color (decimal): -4347749 or 10201277. OLE color: 10201277.
HSL color Cylindrical-coordinate representation of color #BDA89B: hue angle of 22.94º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDA89B is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 168 | 155 | - |
| CMYK | 0 | 0.11 | 0.18 | 0.26 |
| HSL | 22.94º | 0.2% | 0.67% | - |
| HSV(B) | 22.94º | 0.18% | 0.74% | - |
| XYZ | 40.91 | 41.19 | 36.81 | - |
| YUV | 172.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 168 | 155 | 0 | 0.11 | 0.18 | 0.26 | 22.94 | 0.2 | 0.67 |
| Hex | BD | A8 | 9B | 0 | B | 12 | 1A | 17 | 14 | 43 |
| Octal | 275 | 250 | 233 | 0 | 13 | 22 | 32 | 27 | 24 | 103 |
| Binary | 10111101 | 10101000 | 10011011 | 0 | 1011 | 10010 | 11010 | 10111 | 10100 | 1000011 |
Color Harmonies of #BDA89B
Complementary color
Monochromatic Colors of #BDA89B
Black with #BDA89B
Text Example
Text Example
White with #BDA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA89B; }
p { color: rgb(189,168,155); }
H1.HeaderClassName
{
color: #BDA89B;
}
.AnyTagClassName
{
color: #BDA89B;
}
</style>
background-color css
<style>
a { background-color: #BDA89B; }
a { background-color: rgb(189,168,155); }
div.DivClassName
{
background-color: #BDA89B;
}
.BgClassName
{
background-color: #BDA89B;
}
</style>
border-color css
<style>
span { border-color: #BDA89B; }
span { border-color: rgb(189,168,155); }
td.TdClassName
{
border-color: #BDA89B;
}
.TagClassName
{
border-color: #BDA89B;
}
</style>