Shades of Silk #B6ABA3
Tints of Silk #B6ABA3
RGB
CMYK
RGB Variations
Color information
#B6ABA3 (or 0xB6ABA3) is known color: Silk. HEX triplet: B6, AB and A3. RGB value is (182,171,163). Sum of RGB (Red+Green+Blue) = 182+171+163=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ABA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ABA3 is #49545C. Grayscale: #ADADAD. Windows color (decimal): -4805725 or 10726326. OLE color: 10726326.
HSL color Cylindrical-coordinate representation of color #B6ABA3: hue angle of 25.26º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6ABA3 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
RGB | 182 | 171 | 163 | - |
CMYK | 0 | 0.06 | 0.10 | 0.29 |
HSL | 25.26º | 0.12% | 0.68% | - |
HSV(B) | 25.26º | 0.1% | 0.71% | - |
XYZ | 40.47 | 41.72 | 40.57 | - |
YUV | 173.38 | 122.14 | 134.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 171 | 163 | 0 | 0.06 | 0.10 | 0.29 | 25.26 | 0.12 | 0.68 |
Hex | B6 | AB | A3 | 0 | 6 | A | 1D | 19 | C | 44 |
Octal | 266 | 253 | 243 | 0 | 6 | 12 | 35 | 31 | 14 | 104 |
Binary | 10110110 | 10101011 | 10100011 | 0 | 110 | 1010 | 11101 | 11001 | 1100 | 1000100 |
Color Harmonies of #B6ABA3
Complementary color
Monochromatic Colors of #B6ABA3
Black with #B6ABA3
Text Example
Text Example
White with #B6ABA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6ABA3; }
p { color: rgb(182,171,163); }
H1.HeaderClassName
{
color: #B6ABA3;
}
.AnyTagClassName
{
color: #B6ABA3;
}
</style>
background-color css
<style>
a { background-color: #B6ABA3; }
a { background-color: rgb(182,171,163); }
div.DivClassName
{
background-color: #B6ABA3;
}
.BgClassName
{
background-color: #B6ABA3;
}
</style>
border-color css
<style>
span { border-color: #B6ABA3; }
span { border-color: rgb(182,171,163); }
td.TdClassName
{
border-color: #B6ABA3;
}
.TagClassName
{
border-color: #B6ABA3;
}
</style>