Shades of Tapestry #BB707D
Tints of Tapestry #BB707D
RGB
CMYK
RGB Variations
Color information
#BB707D (or 0xBB707D) is known color: Tapestry. HEX triplet: BB, 70 and 7D. RGB value is (187,112,125). Sum of RGB (Red+Green+Blue) = 187+112+125=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 112 (44.14% from 255 or 26.42% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BB707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB707D is #448F82. Grayscale: #878787. Windows color (decimal): -4493187 or 8220859. OLE color: 8220859.
HSL color Cylindrical-coordinate representation of color #BB707D: hue angle of 349.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB707D is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 112 | 125 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.27 |
| HSL | 349.6º | 0.36% | 0.59% | - |
| HSV(B) | 349.6º | 0.4% | 0.73% | - |
| XYZ | 29.99 | 23.63 | 22.38 | - |
| YUV | 135.91 | 121.85 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 112 | 125 | 0 | 0.40 | 0.33 | 0.27 | 349.6 | 0.36 | 0.59 |
| Hex | BB | 70 | 7D | 0 | 28 | 21 | 1B | 15E | 24 | 3B |
| Octal | 273 | 160 | 175 | 0 | 50 | 41 | 33 | 536 | 44 | 73 |
| Binary | 10111011 | 1110000 | 1111101 | 0 | 101000 | 100001 | 11011 | 101011110 | 100100 | 111011 |
Color Harmonies of #BB707D
Complementary color
Monochromatic Colors of #BB707D
Black with #BB707D
Text Example
Text Example
White with #BB707D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB707D; }
p { color: rgb(187,112,125); }
H1.HeaderClassName
{
color: #BB707D;
}
.AnyTagClassName
{
color: #BB707D;
}
</style>
background-color css
<style>
a { background-color: #BB707D; }
a { background-color: rgb(187,112,125); }
div.DivClassName
{
background-color: #BB707D;
}
.BgClassName
{
background-color: #BB707D;
}
</style>
border-color css
<style>
span { border-color: #BB707D; }
span { border-color: rgb(187,112,125); }
td.TdClassName
{
border-color: #BB707D;
}
.TagClassName
{
border-color: #BB707D;
}
</style>