Shades of Tapestry #BB6C7D
Tints of Tapestry #BB6C7D
RGB
CMYK
RGB Variations
Color information
#BB6C7D (or 0xBB6C7D) is known color: Tapestry. HEX triplet: BB, 6C and 7D. RGB value is (187,108,125). Sum of RGB (Red+Green+Blue) = 187+108+125=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C7D is #449382. Grayscale: #858585. Windows color (decimal): -4494211 or 8219835. OLE color: 8219835.
HSL color Cylindrical-coordinate representation of color #BB6C7D: hue angle of 347.09º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB6C7D is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 108 | 125 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.27 |
| HSL | 347.09º | 0.37% | 0.58% | - |
| HSV(B) | 347.09º | 0.42% | 0.73% | - |
| XYZ | 29.56 | 22.77 | 22.24 | - |
| YUV | 133.56 | 123.17 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 108 | 125 | 0 | 0.42 | 0.33 | 0.27 | 347.09 | 0.37 | 0.58 |
| Hex | BB | 6C | 7D | 0 | 2A | 21 | 1B | 15B | 25 | 3A |
| Octal | 273 | 154 | 175 | 0 | 52 | 41 | 33 | 533 | 45 | 72 |
| Binary | 10111011 | 1101100 | 1111101 | 0 | 101010 | 100001 | 11011 | 101011011 | 100101 | 111010 |
Color Harmonies of #BB6C7D
Complementary color
Monochromatic Colors of #BB6C7D
Black with #BB6C7D
Text Example
Text Example
White with #BB6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6C7D; }
p { color: rgb(187,108,125); }
H1.HeaderClassName
{
color: #BB6C7D;
}
.AnyTagClassName
{
color: #BB6C7D;
}
</style>
background-color css
<style>
a { background-color: #BB6C7D; }
a { background-color: rgb(187,108,125); }
div.DivClassName
{
background-color: #BB6C7D;
}
.BgClassName
{
background-color: #BB6C7D;
}
</style>
border-color css
<style>
span { border-color: #BB6C7D; }
span { border-color: rgb(187,108,125); }
td.TdClassName
{
border-color: #BB6C7D;
}
.TagClassName
{
border-color: #BB6C7D;
}
</style>