Shades of Tapestry #B0678A
Tints of Tapestry #B0678A
RGB
CMYK
RGB Variations
Color information
#B0678A (or 0xB0678A) is known color: Tapestry. HEX triplet: B0, 67 and 8A. RGB value is (176,103,138). Sum of RGB (Red+Green+Blue) = 176+103+138=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 138 (54.30% from 255 or 33.09% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0678A is #4F9875. Grayscale: #808080. Windows color (decimal): -5216374 or 9070512. OLE color: 9070512.
HSL color Cylindrical-coordinate representation of color #B0678A: hue angle of 331.23º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0678A is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 103 | 138 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.31 |
| HSL | 331.23º | 0.32% | 0.55% | - |
| HSV(B) | 331.23º | 0.41% | 0.69% | - |
| XYZ | 27.34 | 20.77 | 26.61 | - |
| YUV | 128.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 103 | 138 | 0 | 0.41 | 0.22 | 0.31 | 331.23 | 0.32 | 0.55 |
| Hex | B0 | 67 | 8A | 0 | 29 | 16 | 1F | 14B | 20 | 37 |
| Octal | 260 | 147 | 212 | 0 | 51 | 26 | 37 | 513 | 40 | 67 |
| Binary | 10110000 | 1100111 | 10001010 | 0 | 101001 | 10110 | 11111 | 101001011 | 100000 | 110111 |
Color Harmonies of #B0678A
Complementary color
Monochromatic Colors of #B0678A
Black with #B0678A
Text Example
Text Example
White with #B0678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0678A; }
p { color: rgb(176,103,138); }
H1.HeaderClassName
{
color: #B0678A;
}
.AnyTagClassName
{
color: #B0678A;
}
</style>
background-color css
<style>
a { background-color: #B0678A; }
a { background-color: rgb(176,103,138); }
div.DivClassName
{
background-color: #B0678A;
}
.BgClassName
{
background-color: #B0678A;
}
</style>
border-color css
<style>
span { border-color: #B0678A; }
span { border-color: rgb(176,103,138); }
td.TdClassName
{
border-color: #B0678A;
}
.TagClassName
{
border-color: #B0678A;
}
</style>