Shades of Tapestry #B06A8C
Tints of Tapestry #B06A8C
RGB
CMYK
RGB Variations
Color information
#B06A8C (or 0xB06A8C) is known color: Tapestry. HEX triplet: B0, 6A and 8C. RGB value is (176,106,140). Sum of RGB (Red+Green+Blue) = 176+106+140=422 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.71% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 176 - color contains mainly: red. Hex color #B06A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B06A8C is #4F9573. Grayscale: #828282. Windows color (decimal): -5215604 or 9202352. OLE color: 9202352.
HSL color Cylindrical-coordinate representation of color #B06A8C: hue angle of 330.86º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B06A8C is Cyan = 0, Magento = 0.40, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 106 | 140 | - |
| CMYK | 0 | 0.40 | 0.20 | 0.31 |
| HSL | 330.86º | 0.31% | 0.55% | - |
| HSV(B) | 330.86º | 0.4% | 0.69% | - |
| XYZ | 27.79 | 21.43 | 27.48 | - |
| YUV | 130.81 | 133.19 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 140 | 0 | 0.40 | 0.20 | 0.31 | 330.86 | 0.31 | 0.55 |
| Hex | B0 | 6A | 8C | 0 | 28 | 14 | 1F | 14B | 1F | 37 |
| Octal | 260 | 152 | 214 | 0 | 50 | 24 | 37 | 513 | 37 | 67 |
| Binary | 10110000 | 1101010 | 10001100 | 0 | 101000 | 10100 | 11111 | 101001011 | 11111 | 110111 |
Color Harmonies of #B06A8C
Complementary color
Monochromatic Colors of #B06A8C
Black with #B06A8C
Text Example
Text Example
White with #B06A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06A8C; }
p { color: rgb(176,106,140); }
H1.HeaderClassName
{
color: #B06A8C;
}
.AnyTagClassName
{
color: #B06A8C;
}
</style>
background-color css
<style>
a { background-color: #B06A8C; }
a { background-color: rgb(176,106,140); }
div.DivClassName
{
background-color: #B06A8C;
}
.BgClassName
{
background-color: #B06A8C;
}
</style>
border-color css
<style>
span { border-color: #B06A8C; }
span { border-color: rgb(176,106,140); }
td.TdClassName
{
border-color: #B06A8C;
}
.TagClassName
{
border-color: #B06A8C;
}
</style>