Shades of Tapestry #BB6475
Tints of Tapestry #BB6475
RGB
CMYK
RGB Variations
Color information
#BB6475 (or 0xBB6475) is known color: Tapestry. HEX triplet: BB, 64 and 75. RGB value is (187,100,117). Sum of RGB (Red+Green+Blue) = 187+100+117=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6475 is #449B8A. Grayscale: #7F7F7F. Windows color (decimal): -4496267 or 7693499. OLE color: 7693499.
HSL color Cylindrical-coordinate representation of color #BB6475: hue angle of 348.28º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6475 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 100 | 117 | - |
| CMYK | 0 | 0.47 | 0.37 | 0.27 |
| HSL | 348.28º | 0.39% | 0.56% | - |
| HSV(B) | 348.28º | 0.47% | 0.73% | - |
| XYZ | 28.26 | 20.96 | 19.39 | - |
| YUV | 127.95 | 121.82 | 170.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 100 | 117 | 0 | 0.47 | 0.37 | 0.27 | 348.28 | 0.39 | 0.56 |
| Hex | BB | 64 | 75 | 0 | 2F | 25 | 1B | 15C | 27 | 38 |
| Octal | 273 | 144 | 165 | 0 | 57 | 45 | 33 | 534 | 47 | 70 |
| Binary | 10111011 | 1100100 | 1110101 | 0 | 101111 | 100101 | 11011 | 101011100 | 100111 | 111000 |
Color Harmonies of #BB6475
Complementary color
Monochromatic Colors of #BB6475
Black with #BB6475
Text Example
Text Example
White with #BB6475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6475; }
p { color: rgb(187,100,117); }
H1.HeaderClassName
{
color: #BB6475;
}
.AnyTagClassName
{
color: #BB6475;
}
</style>
background-color css
<style>
a { background-color: #BB6475; }
a { background-color: rgb(187,100,117); }
div.DivClassName
{
background-color: #BB6475;
}
.BgClassName
{
background-color: #BB6475;
}
</style>
border-color css
<style>
span { border-color: #BB6475; }
span { border-color: rgb(187,100,117); }
td.TdClassName
{
border-color: #BB6475;
}
.TagClassName
{
border-color: #BB6475;
}
</style>