Shades of Silk #BDA897
Tints of Silk #BDA897
RGB
CMYK
RGB Variations
Color information
#BDA897 (or 0xBDA897) is known color: Silk. HEX triplet: BD, A8 and 97. RGB value is (189,168,151). Sum of RGB (Red+Green+Blue) = 189+168+151=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 151 (59.38% from 255 or 29.72% from 508); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BDA897 is #425768. Grayscale: #ACACAC. Windows color (decimal): -4347753 or 9939133. OLE color: 9939133.
HSL color Cylindrical-coordinate representation of color #BDA897: hue angle of 26.84º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDA897 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 168 | 151 | - |
CMYK | 0 | 0.11 | 0.20 | 0.26 |
HSL | 26.84º | 0.22% | 0.67% | - |
HSV(B) | 26.84º | 0.2% | 0.74% | - |
XYZ | 40.57 | 41.06 | 35.06 | - |
YUV | 172.34 | 115.96 | 139.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 168 | 151 | 0 | 0.11 | 0.20 | 0.26 | 26.84 | 0.22 | 0.67 |
Hex | BD | A8 | 97 | 0 | B | 14 | 1A | 1B | 16 | 43 |
Octal | 275 | 250 | 227 | 0 | 13 | 24 | 32 | 33 | 26 | 103 |
Binary | 10111101 | 10101000 | 10010111 | 0 | 1011 | 10100 | 11010 | 11011 | 10110 | 1000011 |
Color Harmonies of #BDA897
Complementary color
Monochromatic Colors of #BDA897
Black with #BDA897
Text Example
Text Example
White with #BDA897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDA897; }
p { color: rgb(189,168,151); }
H1.HeaderClassName
{
color: #BDA897;
}
.AnyTagClassName
{
color: #BDA897;
}
</style>
background-color css
<style>
a { background-color: #BDA897; }
a { background-color: rgb(189,168,151); }
div.DivClassName
{
background-color: #BDA897;
}
.BgClassName
{
background-color: #BDA897;
}
</style>
border-color css
<style>
span { border-color: #BDA897; }
span { border-color: rgb(189,168,151); }
td.TdClassName
{
border-color: #BDA897;
}
.TagClassName
{
border-color: #BDA897;
}
</style>