Shades of Tapestry #BB6A8A
Tints of Tapestry #BB6A8A
RGB
CMYK
RGB Variations
Color information
#BB6A8A (or 0xBB6A8A) is known color: Tapestry. HEX triplet: BB, 6A and 8A. RGB value is (187,106,138). Sum of RGB (Red+Green+Blue) = 187+106+138=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 106 (41.80% from 255 or 24.59% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6A8A is #449575. Grayscale: #858585. Windows color (decimal): -4494710 or 9071291. OLE color: 9071291.
HSL color Cylindrical-coordinate representation of color #BB6A8A: hue angle of 336.3º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6A8A is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 106 | 138 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.27 |
| HSL | 336.3º | 0.37% | 0.57% | - |
| HSV(B) | 336.3º | 0.43% | 0.73% | - |
| XYZ | 30.23 | 22.71 | 26.83 | - |
| YUV | 133.87 | 130.34 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 106 | 138 | 0 | 0.43 | 0.26 | 0.27 | 336.3 | 0.37 | 0.57 |
| Hex | BB | 6A | 8A | 0 | 2B | 1A | 1B | 150 | 25 | 39 |
| Octal | 273 | 152 | 212 | 0 | 53 | 32 | 33 | 520 | 45 | 71 |
| Binary | 10111011 | 1101010 | 10001010 | 0 | 101011 | 11010 | 11011 | 101010000 | 100101 | 111001 |
Color Harmonies of #BB6A8A
Complementary color
Monochromatic Colors of #BB6A8A
Black with #BB6A8A
Text Example
Text Example
White with #BB6A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6A8A; }
p { color: rgb(187,106,138); }
H1.HeaderClassName
{
color: #BB6A8A;
}
.AnyTagClassName
{
color: #BB6A8A;
}
</style>
background-color css
<style>
a { background-color: #BB6A8A; }
a { background-color: rgb(187,106,138); }
div.DivClassName
{
background-color: #BB6A8A;
}
.BgClassName
{
background-color: #BB6A8A;
}
</style>
border-color css
<style>
span { border-color: #BB6A8A; }
span { border-color: rgb(187,106,138); }
td.TdClassName
{
border-color: #BB6A8A;
}
.TagClassName
{
border-color: #BB6A8A;
}
</style>