Shades of Silk #B7AFA8
Tints of Silk #B7AFA8
RGB
CMYK
RGB Variations
Color information
#B7AFA8 (or 0xB7AFA8) is known color: Silk. HEX triplet: B7, AF and A8. RGB value is (183,175,168). Sum of RGB (Red+Green+Blue) = 183+175+168=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 168 (66.02% from 255 or 31.94% from 526); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7AFA8 is #485057. Grayscale: #B0B0B0. Windows color (decimal): -4739160 or 11055031. OLE color: 11055031.
HSL color Cylindrical-coordinate representation of color #B7AFA8: hue angle of 28º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7AFA8 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 175 | 168 | - |
CMYK | 0 | 0.04 | 0.08 | 0.28 |
HSL | 28º | 0.09% | 0.69% | - |
HSV(B) | 28º | 0.08% | 0.72% | - |
XYZ | 41.93 | 43.55 | 43.24 | - |
YUV | 176.59 | 123.15 | 132.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 175 | 168 | 0 | 0.04 | 0.08 | 0.28 | 28 | 0.09 | 0.69 |
Hex | B7 | AF | A8 | 0 | 4 | 8 | 1C | 1C | 9 | 45 |
Octal | 267 | 257 | 250 | 0 | 4 | 10 | 34 | 34 | 11 | 105 |
Binary | 10110111 | 10101111 | 10101000 | 0 | 100 | 1000 | 11100 | 11100 | 1001 | 1000101 |
Color Harmonies of #B7AFA8
Complementary color
Monochromatic Colors of #B7AFA8
Black with #B7AFA8
Text Example
Text Example
White with #B7AFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7AFA8; }
p { color: rgb(183,175,168); }
H1.HeaderClassName
{
color: #B7AFA8;
}
.AnyTagClassName
{
color: #B7AFA8;
}
</style>
background-color css
<style>
a { background-color: #B7AFA8; }
a { background-color: rgb(183,175,168); }
div.DivClassName
{
background-color: #B7AFA8;
}
.BgClassName
{
background-color: #B7AFA8;
}
</style>
border-color css
<style>
span { border-color: #B7AFA8; }
span { border-color: rgb(183,175,168); }
td.TdClassName
{
border-color: #B7AFA8;
}
.TagClassName
{
border-color: #B7AFA8;
}
</style>