Shades of Tapestry #BB737F
Tints of Tapestry #BB737F
RGB
CMYK
RGB Variations
Color information
#BB737F (or 0xBB737F) is known color: Tapestry. HEX triplet: BB, 73 and 7F. RGB value is (187,115,127). Sum of RGB (Red+Green+Blue) = 187+115+127=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BB737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB737F is #448C80. Grayscale: #898989. Windows color (decimal): -4492417 or 8352699. OLE color: 8352699.
HSL color Cylindrical-coordinate representation of color #BB737F: hue angle of 350º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB737F is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 127 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.27 |
| HSL | 350º | 0.35% | 0.59% | - |
| HSV(B) | 350º | 0.39% | 0.73% | - |
| XYZ | 30.46 | 24.36 | 23.18 | - |
| YUV | 137.9 | 121.85 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 127 | 0 | 0.39 | 0.32 | 0.27 | 350 | 0.35 | 0.59 |
| Hex | BB | 73 | 7F | 0 | 27 | 20 | 1B | 15E | 23 | 3B |
| Octal | 273 | 163 | 177 | 0 | 47 | 40 | 33 | 536 | 43 | 73 |
| Binary | 10111011 | 1110011 | 1111111 | 0 | 100111 | 100000 | 11011 | 101011110 | 100011 | 111011 |
Color Harmonies of #BB737F
Complementary color
Monochromatic Colors of #BB737F
Black with #BB737F
Text Example
Text Example
White with #BB737F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB737F; }
p { color: rgb(187,115,127); }
H1.HeaderClassName
{
color: #BB737F;
}
.AnyTagClassName
{
color: #BB737F;
}
</style>
background-color css
<style>
a { background-color: #BB737F; }
a { background-color: rgb(187,115,127); }
div.DivClassName
{
background-color: #BB737F;
}
.BgClassName
{
background-color: #BB737F;
}
</style>
border-color css
<style>
span { border-color: #BB737F; }
span { border-color: rgb(187,115,127); }
td.TdClassName
{
border-color: #BB737F;
}
.TagClassName
{
border-color: #BB737F;
}
</style>