Shades of Tapestry #BB7A7D
Tints of Tapestry #BB7A7D
RGB
CMYK
RGB Variations
Color information
#BB7A7D (or 0xBB7A7D) is known color: Tapestry. HEX triplet: BB, 7A and 7D. RGB value is (187,122,125). Sum of RGB (Red+Green+Blue) = 187+122+125=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7A7D is #448582. Grayscale: #8D8D8D. Windows color (decimal): -4490627 or 8223419. OLE color: 8223419.
HSL color Cylindrical-coordinate representation of color #BB7A7D: hue angle of 357.23º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB7A7D is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 125 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.27 |
| HSL | 357.23º | 0.32% | 0.61% | - |
| HSV(B) | 357.23º | 0.35% | 0.73% | - |
| XYZ | 31.15 | 25.96 | 22.77 | - |
| YUV | 141.78 | 118.53 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 125 | 0 | 0.35 | 0.33 | 0.27 | 357.23 | 0.32 | 0.61 |
| Hex | BB | 7A | 7D | 0 | 23 | 21 | 1B | 165 | 20 | 3D |
| Octal | 273 | 172 | 175 | 0 | 43 | 41 | 33 | 545 | 40 | 75 |
| Binary | 10111011 | 1111010 | 1111101 | 0 | 100011 | 100001 | 11011 | 101100101 | 100000 | 111101 |
Color Harmonies of #BB7A7D
Complementary color
Monochromatic Colors of #BB7A7D
Black with #BB7A7D
Text Example
Text Example
White with #BB7A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A7D; }
p { color: rgb(187,122,125); }
H1.HeaderClassName
{
color: #BB7A7D;
}
.AnyTagClassName
{
color: #BB7A7D;
}
</style>
background-color css
<style>
a { background-color: #BB7A7D; }
a { background-color: rgb(187,122,125); }
div.DivClassName
{
background-color: #BB7A7D;
}
.BgClassName
{
background-color: #BB7A7D;
}
</style>
border-color css
<style>
span { border-color: #BB7A7D; }
span { border-color: rgb(187,122,125); }
td.TdClassName
{
border-color: #BB7A7D;
}
.TagClassName
{
border-color: #BB7A7D;
}
</style>