Shades of Tapestry #BB667D
Tints of Tapestry #BB667D
RGB
CMYK
RGB Variations
Color information
#BB667D (or 0xBB667D) is known color: Tapestry. HEX triplet: BB, 66 and 7D. RGB value is (187,102,125). Sum of RGB (Red+Green+Blue) = 187+102+125=414 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.17% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 187 - color contains mainly: red. Hex color #BB667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB667D is #449982. Grayscale: #828282. Windows color (decimal): -4495747 or 8218299. OLE color: 8218299.
HSL color Cylindrical-coordinate representation of color #BB667D: hue angle of 343.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB667D is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 125 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.27 |
| HSL | 343.76º | 0.38% | 0.57% | - |
| HSV(B) | 343.76º | 0.45% | 0.73% | - |
| XYZ | 28.95 | 21.55 | 22.04 | - |
| YUV | 130.04 | 125.16 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 125 | 0 | 0.45 | 0.33 | 0.27 | 343.76 | 0.38 | 0.57 |
| Hex | BB | 66 | 7D | 0 | 2D | 21 | 1B | 158 | 26 | 39 |
| Octal | 273 | 146 | 175 | 0 | 55 | 41 | 33 | 530 | 46 | 71 |
| Binary | 10111011 | 1100110 | 1111101 | 0 | 101101 | 100001 | 11011 | 101011000 | 100110 | 111001 |
Color Harmonies of #BB667D
Complementary color
Monochromatic Colors of #BB667D
Black with #BB667D
Text Example
Text Example
White with #BB667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB667D; }
p { color: rgb(187,102,125); }
H1.HeaderClassName
{
color: #BB667D;
}
.AnyTagClassName
{
color: #BB667D;
}
</style>
background-color css
<style>
a { background-color: #BB667D; }
a { background-color: rgb(187,102,125); }
div.DivClassName
{
background-color: #BB667D;
}
.BgClassName
{
background-color: #BB667D;
}
</style>
border-color css
<style>
span { border-color: #BB667D; }
span { border-color: rgb(187,102,125); }
td.TdClassName
{
border-color: #BB667D;
}
.TagClassName
{
border-color: #BB667D;
}
</style>