Shades of Silk #B8AFA4
Tints of Silk #B8AFA4
RGB
CMYK
RGB Variations
Color information
#B8AFA4 (or 0xB8AFA4) is known color: Silk. HEX triplet: B8, AF and A4. RGB value is (184,175,164). Sum of RGB (Red+Green+Blue) = 184+175+164=523 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.18% from 523); Green value is 175 (68.75% from 255 or 33.46% from 523); Blue value is 164 (64.45% from 255 or 31.36% from 523); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AFA4 is #47505B. Grayscale: #B0B0B0. Windows color (decimal): -4673628 or 10792888. OLE color: 10792888.
HSL color Cylindrical-coordinate representation of color #B8AFA4: hue angle of 33º 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 #B8AFA4 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 175 | 164 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.28 |
| HSL | 33º | 0.12% | 0.68% | - |
| HSV(B) | 33º | 0.11% | 0.72% | - |
| XYZ | 41.8 | 43.53 | 41.32 | - |
| YUV | 176.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 175 | 164 | 0 | 0.05 | 0.11 | 0.28 | 33 | 0.12 | 0.68 |
| Hex | B8 | AF | A4 | 0 | 5 | B | 1C | 21 | C | 44 |
| Octal | 270 | 257 | 244 | 0 | 5 | 13 | 34 | 41 | 14 | 104 |
| Binary | 10111000 | 10101111 | 10100100 | 0 | 101 | 1011 | 11100 | 100001 | 1100 | 1000100 |
Color Harmonies of #B8AFA4
Complementary color
Monochromatic Colors of #B8AFA4
Black with #B8AFA4
Text Example
Text Example
White with #B8AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8AFA4; }
p { color: rgb(184,175,164); }
H1.HeaderClassName
{
color: #B8AFA4;
}
.AnyTagClassName
{
color: #B8AFA4;
}
</style>
background-color css
<style>
a { background-color: #B8AFA4; }
a { background-color: rgb(184,175,164); }
div.DivClassName
{
background-color: #B8AFA4;
}
.BgClassName
{
background-color: #B8AFA4;
}
</style>
border-color css
<style>
span { border-color: #B8AFA4; }
span { border-color: rgb(184,175,164); }
td.TdClassName
{
border-color: #B8AFA4;
}
.TagClassName
{
border-color: #B8AFA4;
}
</style>