Shades of Tapestry #BB628A
Tints of Tapestry #BB628A
RGB
CMYK
RGB Variations
Color information
#BB628A (or 0xBB628A) is known color: Tapestry. HEX triplet: BB, 62 and 8A. RGB value is (187,98,138). Sum of RGB (Red+Green+Blue) = 187+98+138=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BB628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB628A is #449D75. Grayscale: #818181. Windows color (decimal): -4496758 or 9069243. OLE color: 9069243.
HSL color Cylindrical-coordinate representation of color #BB628A: hue angle of 333.03º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB628A is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 98 | 138 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.27 |
| HSL | 333.03º | 0.4% | 0.56% | - |
| HSV(B) | 333.03º | 0.48% | 0.73% | - |
| XYZ | 29.45 | 21.14 | 26.57 | - |
| YUV | 129.17 | 132.99 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 98 | 138 | 0 | 0.48 | 0.26 | 0.27 | 333.03 | 0.4 | 0.56 |
| Hex | BB | 62 | 8A | 0 | 30 | 1A | 1B | 14D | 28 | 38 |
| Octal | 273 | 142 | 212 | 0 | 60 | 32 | 33 | 515 | 50 | 70 |
| Binary | 10111011 | 1100010 | 10001010 | 0 | 110000 | 11010 | 11011 | 101001101 | 101000 | 111000 |
Color Harmonies of #BB628A
Complementary color
Monochromatic Colors of #BB628A
Black with #BB628A
Text Example
Text Example
White with #BB628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB628A; }
p { color: rgb(187,98,138); }
H1.HeaderClassName
{
color: #BB628A;
}
.AnyTagClassName
{
color: #BB628A;
}
</style>
background-color css
<style>
a { background-color: #BB628A; }
a { background-color: rgb(187,98,138); }
div.DivClassName
{
background-color: #BB628A;
}
.BgClassName
{
background-color: #BB628A;
}
</style>
border-color css
<style>
span { border-color: #BB628A; }
span { border-color: rgb(187,98,138); }
td.TdClassName
{
border-color: #BB628A;
}
.TagClassName
{
border-color: #BB628A;
}
</style>