Shades of Tapestry #BB7D92
Tints of Tapestry #BB7D92
RGB
CMYK
RGB Variations
Color information
#BB7D92 (or 0xBB7D92) is known color: Tapestry. HEX triplet: BB, 7D and 92. RGB value is (187,125,146). Sum of RGB (Red+Green+Blue) = 187+125+146=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7D92 is #44826D. Grayscale: #919191. Windows color (decimal): -4489838 or 9600443. OLE color: 9600443.
HSL color Cylindrical-coordinate representation of color #BB7D92: hue angle of 339.68º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB7D92 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 125 | 146 | - |
| CMYK | 0 | 0.33 | 0.22 | 0.27 |
| HSL | 339.68º | 0.31% | 0.61% | - |
| HSV(B) | 339.68º | 0.33% | 0.73% | - |
| XYZ | 33.02 | 27.31 | 30.72 | - |
| YUV | 145.93 | 128.04 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 125 | 146 | 0 | 0.33 | 0.22 | 0.27 | 339.68 | 0.31 | 0.61 |
| Hex | BB | 7D | 92 | 0 | 21 | 16 | 1B | 154 | 1F | 3D |
| Octal | 273 | 175 | 222 | 0 | 41 | 26 | 33 | 524 | 37 | 75 |
| Binary | 10111011 | 1111101 | 10010010 | 0 | 100001 | 10110 | 11011 | 101010100 | 11111 | 111101 |
Color Harmonies of #BB7D92
Complementary color
Monochromatic Colors of #BB7D92
Black with #BB7D92
Text Example
Text Example
White with #BB7D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7D92; }
p { color: rgb(187,125,146); }
H1.HeaderClassName
{
color: #BB7D92;
}
.AnyTagClassName
{
color: #BB7D92;
}
</style>
background-color css
<style>
a { background-color: #BB7D92; }
a { background-color: rgb(187,125,146); }
div.DivClassName
{
background-color: #BB7D92;
}
.BgClassName
{
background-color: #BB7D92;
}
</style>
border-color css
<style>
span { border-color: #BB7D92; }
span { border-color: rgb(187,125,146); }
td.TdClassName
{
border-color: #BB7D92;
}
.TagClassName
{
border-color: #BB7D92;
}
</style>