Shades of Tapestry #B0668A
Tints of Tapestry #B0668A
RGB
CMYK
RGB Variations
Color information
#B0668A (or 0xB0668A) is known color: Tapestry. HEX triplet: B0, 66 and 8A. RGB value is (176,102,138). Sum of RGB (Red+Green+Blue) = 176+102+138=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 176 - color contains mainly: red. Hex color #B0668A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0668A is #4F9975. Grayscale: #808080. Windows color (decimal): -5216630 or 9070256. OLE color: 9070256.
HSL color Cylindrical-coordinate representation of color #B0668A: hue angle of 330.81º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B0668A is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 102 | 138 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.31 |
| HSL | 330.81º | 0.32% | 0.55% | - |
| HSV(B) | 330.81º | 0.42% | 0.69% | - |
| XYZ | 27.24 | 20.57 | 26.58 | - |
| YUV | 128.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 102 | 138 | 0 | 0.42 | 0.22 | 0.31 | 330.81 | 0.32 | 0.55 |
| Hex | B0 | 66 | 8A | 0 | 2A | 16 | 1F | 14B | 20 | 37 |
| Octal | 260 | 146 | 212 | 0 | 52 | 26 | 37 | 513 | 40 | 67 |
| Binary | 10110000 | 1100110 | 10001010 | 0 | 101010 | 10110 | 11111 | 101001011 | 100000 | 110111 |
Color Harmonies of #B0668A
Complementary color
Monochromatic Colors of #B0668A
Black with #B0668A
Text Example
Text Example
White with #B0668A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0668A; }
p { color: rgb(176,102,138); }
H1.HeaderClassName
{
color: #B0668A;
}
.AnyTagClassName
{
color: #B0668A;
}
</style>
background-color css
<style>
a { background-color: #B0668A; }
a { background-color: rgb(176,102,138); }
div.DivClassName
{
background-color: #B0668A;
}
.BgClassName
{
background-color: #B0668A;
}
</style>
border-color css
<style>
span { border-color: #B0668A; }
span { border-color: rgb(176,102,138); }
td.TdClassName
{
border-color: #B0668A;
}
.TagClassName
{
border-color: #B0668A;
}
</style>