Shades of Tapestry #BB7385
Tints of Tapestry #BB7385
RGB
CMYK
RGB Variations
Color information
#BB7385 (or 0xBB7385) is known color: Tapestry. HEX triplet: BB, 73 and 85. RGB value is (187,115,133). Sum of RGB (Red+Green+Blue) = 187+115+133=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7385 is #448C7A. Grayscale: #8A8A8A. Windows color (decimal): -4492411 or 8745915. OLE color: 8745915.
HSL color Cylindrical-coordinate representation of color #BB7385: hue angle of 345º 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 #BB7385 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 133 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.27 |
| HSL | 345º | 0.35% | 0.59% | - |
| HSV(B) | 345º | 0.39% | 0.73% | - |
| XYZ | 30.86 | 24.52 | 25.3 | - |
| YUV | 138.58 | 124.85 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 133 | 0 | 0.39 | 0.29 | 0.27 | 345 | 0.35 | 0.59 |
| Hex | BB | 73 | 85 | 0 | 27 | 1D | 1B | 159 | 23 | 3B |
| Octal | 273 | 163 | 205 | 0 | 47 | 35 | 33 | 531 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10000101 | 0 | 100111 | 11101 | 11011 | 101011001 | 100011 | 111011 |
Color Harmonies of #BB7385
Complementary color
Monochromatic Colors of #BB7385
Black with #BB7385
Text Example
Text Example
White with #BB7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7385; }
p { color: rgb(187,115,133); }
H1.HeaderClassName
{
color: #BB7385;
}
.AnyTagClassName
{
color: #BB7385;
}
</style>
background-color css
<style>
a { background-color: #BB7385; }
a { background-color: rgb(187,115,133); }
div.DivClassName
{
background-color: #BB7385;
}
.BgClassName
{
background-color: #BB7385;
}
</style>
border-color css
<style>
span { border-color: #BB7385; }
span { border-color: rgb(187,115,133); }
td.TdClassName
{
border-color: #BB7385;
}
.TagClassName
{
border-color: #BB7385;
}
</style>