Shades of Tapestry #BB7382
Tints of Tapestry #BB7382
RGB
CMYK
RGB Variations
Color information
#BB7382 (or 0xBB7382) is known color: Tapestry. HEX triplet: BB, 73 and 82. RGB value is (187,115,130). Sum of RGB (Red+Green+Blue) = 187+115+130=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB7382 is #448C7D. Grayscale: #8A8A8A. Windows color (decimal): -4492414 or 8549307. OLE color: 8549307.
HSL color Cylindrical-coordinate representation of color #BB7382: hue angle of 347.5º 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 #BB7382 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 115 | 130 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.27 |
| HSL | 347.5º | 0.35% | 0.59% | - |
| HSV(B) | 347.5º | 0.39% | 0.73% | - |
| XYZ | 30.65 | 24.44 | 24.22 | - |
| YUV | 138.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 115 | 130 | 0 | 0.39 | 0.30 | 0.27 | 347.5 | 0.35 | 0.59 |
| Hex | BB | 73 | 82 | 0 | 27 | 1E | 1B | 15C | 23 | 3B |
| Octal | 273 | 163 | 202 | 0 | 47 | 36 | 33 | 534 | 43 | 73 |
| Binary | 10111011 | 1110011 | 10000010 | 0 | 100111 | 11110 | 11011 | 101011100 | 100011 | 111011 |
Color Harmonies of #BB7382
Complementary color
Monochromatic Colors of #BB7382
Black with #BB7382
Text Example
Text Example
White with #BB7382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7382; }
p { color: rgb(187,115,130); }
H1.HeaderClassName
{
color: #BB7382;
}
.AnyTagClassName
{
color: #BB7382;
}
</style>
background-color css
<style>
a { background-color: #BB7382; }
a { background-color: rgb(187,115,130); }
div.DivClassName
{
background-color: #BB7382;
}
.BgClassName
{
background-color: #BB7382;
}
</style>
border-color css
<style>
span { border-color: #BB7382; }
span { border-color: rgb(187,115,130); }
td.TdClassName
{
border-color: #BB7382;
}
.TagClassName
{
border-color: #BB7382;
}
</style>