Shades of Silk #B7ADA3
Tints of Silk #B7ADA3
RGB
CMYK
RGB Variations
Color information
#B7ADA3 (or 0xB7ADA3) is known color: Silk. HEX triplet: B7, AD and A3. RGB value is (183,173,163). Sum of RGB (Red+Green+Blue) = 183+173+163=519 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.26% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ADA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ADA3 is #48525C. Grayscale: #AEAEAE. Windows color (decimal): -4739677 or 10726839. OLE color: 10726839.
HSL color Cylindrical-coordinate representation of color #B7ADA3: hue angle of 30º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7ADA3 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 173 | 163 | - |
CMYK | 0 | 0.05 | 0.11 | 0.28 |
HSL | 30º | 0.12% | 0.68% | - |
HSV(B) | 30º | 0.11% | 0.72% | - |
XYZ | 41.08 | 42.6 | 40.71 | - |
YUV | 174.85 | 121.31 | 133.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 173 | 163 | 0 | 0.05 | 0.11 | 0.28 | 30 | 0.12 | 0.68 |
Hex | B7 | AD | A3 | 0 | 5 | B | 1C | 1E | C | 44 |
Octal | 267 | 255 | 243 | 0 | 5 | 13 | 34 | 36 | 14 | 104 |
Binary | 10110111 | 10101101 | 10100011 | 0 | 101 | 1011 | 11100 | 11110 | 1100 | 1000100 |
Color Harmonies of #B7ADA3
Complementary color
Monochromatic Colors of #B7ADA3
Black with #B7ADA3
Text Example
Text Example
White with #B7ADA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ADA3; }
p { color: rgb(183,173,163); }
H1.HeaderClassName
{
color: #B7ADA3;
}
.AnyTagClassName
{
color: #B7ADA3;
}
</style>
background-color css
<style>
a { background-color: #B7ADA3; }
a { background-color: rgb(183,173,163); }
div.DivClassName
{
background-color: #B7ADA3;
}
.BgClassName
{
background-color: #B7ADA3;
}
</style>
border-color css
<style>
span { border-color: #B7ADA3; }
span { border-color: rgb(183,173,163); }
td.TdClassName
{
border-color: #B7ADA3;
}
.TagClassName
{
border-color: #B7ADA3;
}
</style>