Shades of Tapestry #BB767F
Tints of Tapestry #BB767F
RGB
CMYK
RGB Variations
Color information
#BB767F (or 0xBB767F) is known color: Tapestry. HEX triplet: BB, 76 and 7F. RGB value is (187,118,127). Sum of RGB (Red+Green+Blue) = 187+118+127=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB767F is #448980. Grayscale: #8B8B8B. Windows color (decimal): -4491649 or 8353467. OLE color: 8353467.
HSL color Cylindrical-coordinate representation of color #BB767F: hue angle of 352.17º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB767F is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 118 | 127 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.27 |
| HSL | 352.17º | 0.34% | 0.6% | - |
| HSV(B) | 352.17º | 0.37% | 0.73% | - |
| XYZ | 30.8 | 25.05 | 23.29 | - |
| YUV | 139.66 | 120.86 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 118 | 127 | 0 | 0.37 | 0.32 | 0.27 | 352.17 | 0.34 | 0.6 |
| Hex | BB | 76 | 7F | 0 | 25 | 20 | 1B | 160 | 22 | 3C |
| Octal | 273 | 166 | 177 | 0 | 45 | 40 | 33 | 540 | 42 | 74 |
| Binary | 10111011 | 1110110 | 1111111 | 0 | 100101 | 100000 | 11011 | 101100000 | 100010 | 111100 |
Color Harmonies of #BB767F
Complementary color
Monochromatic Colors of #BB767F
Black with #BB767F
Text Example
Text Example
White with #BB767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB767F; }
p { color: rgb(187,118,127); }
H1.HeaderClassName
{
color: #BB767F;
}
.AnyTagClassName
{
color: #BB767F;
}
</style>
background-color css
<style>
a { background-color: #BB767F; }
a { background-color: rgb(187,118,127); }
div.DivClassName
{
background-color: #BB767F;
}
.BgClassName
{
background-color: #BB767F;
}
</style>
border-color css
<style>
span { border-color: #BB767F; }
span { border-color: rgb(187,118,127); }
td.TdClassName
{
border-color: #BB767F;
}
.TagClassName
{
border-color: #BB767F;
}
</style>