Shades of Tapestry #BB6083
Tints of Tapestry #BB6083
RGB
CMYK
RGB Variations
Color information
#BB6083 (or 0xBB6083) is known color: Tapestry. HEX triplet: BB, 60 and 83. RGB value is (187,96,131). Sum of RGB (Red+Green+Blue) = 187+96+131=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6083 is #449F7C. Grayscale: #7F7F7F. Windows color (decimal): -4497277 or 8609979. OLE color: 8609979.
HSL color Cylindrical-coordinate representation of color #BB6083: hue angle of 336.92º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB6083 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 96 | 131 | - |
| CMYK | 0 | 0.49 | 0.30 | 0.27 |
| HSL | 336.92º | 0.4% | 0.55% | - |
| HSV(B) | 336.92º | 0.49% | 0.73% | - |
| XYZ | 28.77 | 20.57 | 23.93 | - |
| YUV | 127.2 | 130.15 | 170.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 96 | 131 | 0 | 0.49 | 0.30 | 0.27 | 336.92 | 0.4 | 0.55 |
| Hex | BB | 60 | 83 | 0 | 31 | 1E | 1B | 151 | 28 | 37 |
| Octal | 273 | 140 | 203 | 0 | 61 | 36 | 33 | 521 | 50 | 67 |
| Binary | 10111011 | 1100000 | 10000011 | 0 | 110001 | 11110 | 11011 | 101010001 | 101000 | 110111 |
Color Harmonies of #BB6083
Complementary color
Monochromatic Colors of #BB6083
Black with #BB6083
Text Example
Text Example
White with #BB6083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6083; }
p { color: rgb(187,96,131); }
H1.HeaderClassName
{
color: #BB6083;
}
.AnyTagClassName
{
color: #BB6083;
}
</style>
background-color css
<style>
a { background-color: #BB6083; }
a { background-color: rgb(187,96,131); }
div.DivClassName
{
background-color: #BB6083;
}
.BgClassName
{
background-color: #BB6083;
}
</style>
border-color css
<style>
span { border-color: #BB6083; }
span { border-color: rgb(187,96,131); }
td.TdClassName
{
border-color: #BB6083;
}
.TagClassName
{
border-color: #BB6083;
}
</style>