Shades of Tapestry #BB657A
Tints of Tapestry #BB657A
RGB
CMYK
RGB Variations
Color information
#BB657A (or 0xBB657A) is known color: Tapestry. HEX triplet: BB, 65 and 7A. RGB value is (187,101,122). Sum of RGB (Red+Green+Blue) = 187+101+122=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 101 (39.84% from 255 or 24.63% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB657A is #449A85. Grayscale: #818181. Windows color (decimal): -4496006 or 8021435. OLE color: 8021435.
HSL color Cylindrical-coordinate representation of color #BB657A: hue angle of 345.35º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB657A is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 101 | 122 | - |
| CMYK | 0 | 0.46 | 0.35 | 0.27 |
| HSL | 345.35º | 0.39% | 0.56% | - |
| HSV(B) | 345.35º | 0.46% | 0.73% | - |
| XYZ | 28.66 | 21.28 | 21.01 | - |
| YUV | 129.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 101 | 122 | 0 | 0.46 | 0.35 | 0.27 | 345.35 | 0.39 | 0.56 |
| Hex | BB | 65 | 7A | 0 | 2E | 23 | 1B | 159 | 27 | 38 |
| Octal | 273 | 145 | 172 | 0 | 56 | 43 | 33 | 531 | 47 | 70 |
| Binary | 10111011 | 1100101 | 1111010 | 0 | 101110 | 100011 | 11011 | 101011001 | 100111 | 111000 |
Color Harmonies of #BB657A
Complementary color
Monochromatic Colors of #BB657A
Black with #BB657A
Text Example
Text Example
White with #BB657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB657A; }
p { color: rgb(187,101,122); }
H1.HeaderClassName
{
color: #BB657A;
}
.AnyTagClassName
{
color: #BB657A;
}
</style>
background-color css
<style>
a { background-color: #BB657A; }
a { background-color: rgb(187,101,122); }
div.DivClassName
{
background-color: #BB657A;
}
.BgClassName
{
background-color: #BB657A;
}
</style>
border-color css
<style>
span { border-color: #BB657A; }
span { border-color: rgb(187,101,122); }
td.TdClassName
{
border-color: #BB657A;
}
.TagClassName
{
border-color: #BB657A;
}
</style>