Shades of Silk #BCB0A2
Tints of Silk #BCB0A2
RGB
CMYK
RGB Variations
Color information
#BCB0A2 (or 0xBCB0A2) is known color: Silk. HEX triplet: BC, B0 and A2. RGB value is (188,176,162). Sum of RGB (Red+Green+Blue) = 188+176+162=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 176 (69.14% from 255 or 33.46% from 526); Blue value is 162 (63.67% from 255 or 30.80% from 526); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB0A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB0A2 is #434F5D. Grayscale: #B2B2B2. Windows color (decimal): -4411230 or 10662076. OLE color: 10662076.
HSL color Cylindrical-coordinate representation of color #BCB0A2: hue angle of 32.31º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCB0A2 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 176 | 162 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.26 |
| HSL | 32.31º | 0.16% | 0.69% | - |
| HSV(B) | 32.31º | 0.14% | 0.74% | - |
| XYZ | 42.79 | 44.35 | 40.49 | - |
| YUV | 177.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 176 | 162 | 0 | 0.06 | 0.14 | 0.26 | 32.31 | 0.16 | 0.69 |
| Hex | BC | B0 | A2 | 0 | 6 | E | 1A | 20 | 10 | 45 |
| Octal | 274 | 260 | 242 | 0 | 6 | 16 | 32 | 40 | 20 | 105 |
| Binary | 10111100 | 10110000 | 10100010 | 0 | 110 | 1110 | 11010 | 100000 | 10000 | 1000101 |
Color Harmonies of #BCB0A2
Complementary color
Monochromatic Colors of #BCB0A2
Black with #BCB0A2
Text Example
Text Example
White with #BCB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB0A2; }
p { color: rgb(188,176,162); }
H1.HeaderClassName
{
color: #BCB0A2;
}
.AnyTagClassName
{
color: #BCB0A2;
}
</style>
background-color css
<style>
a { background-color: #BCB0A2; }
a { background-color: rgb(188,176,162); }
div.DivClassName
{
background-color: #BCB0A2;
}
.BgClassName
{
background-color: #BCB0A2;
}
</style>
border-color css
<style>
span { border-color: #BCB0A2; }
span { border-color: rgb(188,176,162); }
td.TdClassName
{
border-color: #BCB0A2;
}
.TagClassName
{
border-color: #BCB0A2;
}
</style>