Shades of Silk #B3ABA4
Tints of Silk #B3ABA4
RGB
CMYK
RGB Variations
Color information
#B3ABA4 (or 0xB3ABA4) is known color: Silk. HEX triplet: B3, AB and A4. RGB value is (179,171,164). Sum of RGB (Red+Green+Blue) = 179+171+164=514 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.82% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ABA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ABA4 is #4C545B. Grayscale: #ACACAC. Windows color (decimal): -5002332 or 10791859. OLE color: 10791859.
HSL color Cylindrical-coordinate representation of color #B3ABA4: hue angle of 28º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B3ABA4 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 171 | 164 | - |
| CMYK | 0 | 0.04 | 0.08 | 0.30 |
| HSL | 28º | 0.09% | 0.67% | - |
| HSV(B) | 28º | 0.08% | 0.7% | - |
| XYZ | 39.85 | 41.39 | 41.01 | - |
| YUV | 172.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 171 | 164 | 0 | 0.04 | 0.08 | 0.30 | 28 | 0.09 | 0.67 |
| Hex | B3 | AB | A4 | 0 | 4 | 8 | 1E | 1C | 9 | 43 |
| Octal | 263 | 253 | 244 | 0 | 4 | 10 | 36 | 34 | 11 | 103 |
| Binary | 10110011 | 10101011 | 10100100 | 0 | 100 | 1000 | 11110 | 11100 | 1001 | 1000011 |
Color Harmonies of #B3ABA4
Complementary color
Monochromatic Colors of #B3ABA4
Black with #B3ABA4
Text Example
Text Example
White with #B3ABA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3ABA4; }
p { color: rgb(179,171,164); }
H1.HeaderClassName
{
color: #B3ABA4;
}
.AnyTagClassName
{
color: #B3ABA4;
}
</style>
background-color css
<style>
a { background-color: #B3ABA4; }
a { background-color: rgb(179,171,164); }
div.DivClassName
{
background-color: #B3ABA4;
}
.BgClassName
{
background-color: #B3ABA4;
}
</style>
border-color css
<style>
span { border-color: #B3ABA4; }
span { border-color: rgb(179,171,164); }
td.TdClassName
{
border-color: #B3ABA4;
}
.TagClassName
{
border-color: #B3ABA4;
}
</style>