Shades of Silk #B3A8A1
Tints of Silk #B3A8A1
RGB
CMYK
RGB Variations
Color information
#B3A8A1 (or 0xB3A8A1) is known color: Silk. HEX triplet: B3, A8 and A1. RGB value is (179,168,161). Sum of RGB (Red+Green+Blue) = 179+168+161=508 (67% of max value = 765). Red value is 179 (70.31% from 255 or 35.24% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 161 (63.28% from 255 or 31.69% from 508); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A8A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A8A1 is #4C575E. Grayscale: #AAAAAA. Windows color (decimal): -5003103 or 10594483. OLE color: 10594483.
HSL color Cylindrical-coordinate representation of color #B3A8A1: hue angle of 23.33º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B3A8A1 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 168 | 161 | - |
| CMYK | 0 | 0.06 | 0.10 | 0.30 |
| HSL | 23.33º | 0.11% | 0.67% | - |
| HSV(B) | 23.33º | 0.1% | 0.7% | - |
| XYZ | 39.03 | 40.16 | 39.41 | - |
| YUV | 170.49 | 122.64 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 168 | 161 | 0 | 0.06 | 0.10 | 0.30 | 23.33 | 0.11 | 0.67 |
| Hex | B3 | A8 | A1 | 0 | 6 | A | 1E | 17 | B | 43 |
| Octal | 263 | 250 | 241 | 0 | 6 | 12 | 36 | 27 | 13 | 103 |
| Binary | 10110011 | 10101000 | 10100001 | 0 | 110 | 1010 | 11110 | 10111 | 1011 | 1000011 |
Color Harmonies of #B3A8A1
Complementary color
Monochromatic Colors of #B3A8A1
Black with #B3A8A1
Text Example
Text Example
White with #B3A8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3A8A1; }
p { color: rgb(179,168,161); }
H1.HeaderClassName
{
color: #B3A8A1;
}
.AnyTagClassName
{
color: #B3A8A1;
}
</style>
background-color css
<style>
a { background-color: #B3A8A1; }
a { background-color: rgb(179,168,161); }
div.DivClassName
{
background-color: #B3A8A1;
}
.BgClassName
{
background-color: #B3A8A1;
}
</style>
border-color css
<style>
span { border-color: #B3A8A1; }
span { border-color: rgb(179,168,161); }
td.TdClassName
{
border-color: #B3A8A1;
}
.TagClassName
{
border-color: #B3A8A1;
}
</style>