Shades of Tapestry #BB6380
Tints of Tapestry #BB6380
RGB
CMYK
RGB Variations
Color information
#BB6380 (or 0xBB6380) is known color: Tapestry. HEX triplet: BB, 63 and 80. RGB value is (187,99,128). Sum of RGB (Red+Green+Blue) = 187+99+128=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6380 is #449C7F. Grayscale: #808080. Windows color (decimal): -4496512 or 8414139. OLE color: 8414139.
HSL color Cylindrical-coordinate representation of color #BB6380: hue angle of 340.23º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6380 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 99 | 128 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.27 |
| HSL | 340.23º | 0.39% | 0.56% | - |
| HSV(B) | 340.23º | 0.47% | 0.73% | - |
| XYZ | 28.85 | 21.05 | 22.96 | - |
| YUV | 128.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 99 | 128 | 0 | 0.47 | 0.32 | 0.27 | 340.23 | 0.39 | 0.56 |
| Hex | BB | 63 | 80 | 0 | 2F | 20 | 1B | 154 | 27 | 38 |
| Octal | 273 | 143 | 200 | 0 | 57 | 40 | 33 | 524 | 47 | 70 |
| Binary | 10111011 | 1100011 | 10000000 | 0 | 101111 | 100000 | 11011 | 101010100 | 100111 | 111000 |
Color Harmonies of #BB6380
Complementary color
Monochromatic Colors of #BB6380
Black with #BB6380
Text Example
Text Example
White with #BB6380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6380; }
p { color: rgb(187,99,128); }
H1.HeaderClassName
{
color: #BB6380;
}
.AnyTagClassName
{
color: #BB6380;
}
</style>
background-color css
<style>
a { background-color: #BB6380; }
a { background-color: rgb(187,99,128); }
div.DivClassName
{
background-color: #BB6380;
}
.BgClassName
{
background-color: #BB6380;
}
</style>
border-color css
<style>
span { border-color: #BB6380; }
span { border-color: rgb(187,99,128); }
td.TdClassName
{
border-color: #BB6380;
}
.TagClassName
{
border-color: #BB6380;
}
</style>