Shades of Tapestry #BB748D
Tints of Tapestry #BB748D
RGB
CMYK
RGB Variations
Color information
#BB748D (or 0xBB748D) is known color: Tapestry. HEX triplet: BB, 74 and 8D. RGB value is (187,116,141). Sum of RGB (Red+Green+Blue) = 187+116+141=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 116 (45.70% from 255 or 26.13% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BB748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB748D is #448B72. Grayscale: #8C8C8C. Windows color (decimal): -4492147 or 9270459. OLE color: 9270459.
HSL color Cylindrical-coordinate representation of color #BB748D: hue angle of 338.87º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB748D is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 116 | 141 | - |
| CMYK | 0 | 0.38 | 0.25 | 0.27 |
| HSL | 338.87º | 0.34% | 0.59% | - |
| HSV(B) | 338.87º | 0.38% | 0.73% | - |
| XYZ | 31.55 | 24.98 | 28.36 | - |
| YUV | 140.08 | 128.52 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 116 | 141 | 0 | 0.38 | 0.25 | 0.27 | 338.87 | 0.34 | 0.59 |
| Hex | BB | 74 | 8D | 0 | 26 | 19 | 1B | 153 | 22 | 3B |
| Octal | 273 | 164 | 215 | 0 | 46 | 31 | 33 | 523 | 42 | 73 |
| Binary | 10111011 | 1110100 | 10001101 | 0 | 100110 | 11001 | 11011 | 101010011 | 100010 | 111011 |
Color Harmonies of #BB748D
Complementary color
Monochromatic Colors of #BB748D
Black with #BB748D
Text Example
Text Example
White with #BB748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB748D; }
p { color: rgb(187,116,141); }
H1.HeaderClassName
{
color: #BB748D;
}
.AnyTagClassName
{
color: #BB748D;
}
</style>
background-color css
<style>
a { background-color: #BB748D; }
a { background-color: rgb(187,116,141); }
div.DivClassName
{
background-color: #BB748D;
}
.BgClassName
{
background-color: #BB748D;
}
</style>
border-color css
<style>
span { border-color: #BB748D; }
span { border-color: rgb(187,116,141); }
td.TdClassName
{
border-color: #BB748D;
}
.TagClassName
{
border-color: #BB748D;
}
</style>