Shades of Tapestry #BB667E
Tints of Tapestry #BB667E
RGB
CMYK
RGB Variations
Color information
#BB667E (or 0xBB667E) is known color: Tapestry. HEX triplet: BB, 66 and 7E. RGB value is (187,102,126). Sum of RGB (Red+Green+Blue) = 187+102+126=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BB667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB667E is #449981. Grayscale: #828282. Windows color (decimal): -4495746 or 8283835. OLE color: 8283835.
HSL color Cylindrical-coordinate representation of color #BB667E: hue angle of 343.06º 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 #BB667E is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 102 | 126 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.27 |
| HSL | 343.06º | 0.38% | 0.57% | - |
| HSV(B) | 343.06º | 0.45% | 0.73% | - |
| XYZ | 29.01 | 21.57 | 22.37 | - |
| YUV | 130.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 102 | 126 | 0 | 0.45 | 0.33 | 0.27 | 343.06 | 0.38 | 0.57 |
| Hex | BB | 66 | 7E | 0 | 2D | 21 | 1B | 157 | 26 | 39 |
| Octal | 273 | 146 | 176 | 0 | 55 | 41 | 33 | 527 | 46 | 71 |
| Binary | 10111011 | 1100110 | 1111110 | 0 | 101101 | 100001 | 11011 | 101010111 | 100110 | 111001 |
Color Harmonies of #BB667E
Complementary color
Monochromatic Colors of #BB667E
Black with #BB667E
Text Example
Text Example
White with #BB667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB667E; }
p { color: rgb(187,102,126); }
H1.HeaderClassName
{
color: #BB667E;
}
.AnyTagClassName
{
color: #BB667E;
}
</style>
background-color css
<style>
a { background-color: #BB667E; }
a { background-color: rgb(187,102,126); }
div.DivClassName
{
background-color: #BB667E;
}
.BgClassName
{
background-color: #BB667E;
}
</style>
border-color css
<style>
span { border-color: #BB667E; }
span { border-color: rgb(187,102,126); }
td.TdClassName
{
border-color: #BB667E;
}
.TagClassName
{
border-color: #BB667E;
}
</style>