Shades of Tapestry #BB6181
Tints of Tapestry #BB6181
RGB
CMYK
RGB Variations
Color information
#BB6181 (or 0xBB6181) is known color: Tapestry. HEX triplet: BB, 61 and 81. RGB value is (187,97,129). Sum of RGB (Red+Green+Blue) = 187+97+129=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 97 (38.28% from 255 or 23.49% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6181 is #449E7E. Grayscale: #7F7F7F. Windows color (decimal): -4497023 or 8479163. OLE color: 8479163.
HSL color Cylindrical-coordinate representation of color #BB6181: hue angle of 338.67º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB6181 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 97 | 129 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.27 |
| HSL | 338.67º | 0.4% | 0.56% | - |
| HSV(B) | 338.67º | 0.48% | 0.73% | - |
| XYZ | 28.73 | 20.7 | 23.25 | - |
| YUV | 127.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 129 | 0 | 0.48 | 0.31 | 0.27 | 338.67 | 0.4 | 0.56 |
| Hex | BB | 61 | 81 | 0 | 30 | 1F | 1B | 153 | 28 | 38 |
| Octal | 273 | 141 | 201 | 0 | 60 | 37 | 33 | 523 | 50 | 70 |
| Binary | 10111011 | 1100001 | 10000001 | 0 | 110000 | 11111 | 11011 | 101010011 | 101000 | 111000 |
Color Harmonies of #BB6181
Complementary color
Monochromatic Colors of #BB6181
Black with #BB6181
Text Example
Text Example
White with #BB6181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6181; }
p { color: rgb(187,97,129); }
H1.HeaderClassName
{
color: #BB6181;
}
.AnyTagClassName
{
color: #BB6181;
}
</style>
background-color css
<style>
a { background-color: #BB6181; }
a { background-color: rgb(187,97,129); }
div.DivClassName
{
background-color: #BB6181;
}
.BgClassName
{
background-color: #BB6181;
}
</style>
border-color css
<style>
span { border-color: #BB6181; }
span { border-color: rgb(187,97,129); }
td.TdClassName
{
border-color: #BB6181;
}
.TagClassName
{
border-color: #BB6181;
}
</style>