Shades of Tapestry #BF758A
Tints of Tapestry #BF758A
RGB
CMYK
RGB Variations
Color information
#BF758A (or 0xBF758A) is known color: Tapestry. HEX triplet: BF, 75 and 8A. RGB value is (191,117,138). Sum of RGB (Red+Green+Blue) = 191+117+138=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF758A is #408A75. Grayscale: #8D8D8D. Windows color (decimal): -4229750 or 9074111. OLE color: 9074111.
HSL color Cylindrical-coordinate representation of color #BF758A: hue angle of 342.97º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF758A is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 117 | 138 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.25 |
| HSL | 342.97º | 0.37% | 0.6% | - |
| HSV(B) | 342.97º | 0.39% | 0.75% | - |
| XYZ | 32.43 | 25.63 | 27.28 | - |
| YUV | 141.52 | 126.02 | 163.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 117 | 138 | 0 | 0.39 | 0.28 | 0.25 | 342.97 | 0.37 | 0.6 |
| Hex | BF | 75 | 8A | 0 | 27 | 1C | 19 | 157 | 25 | 3C |
| Octal | 277 | 165 | 212 | 0 | 47 | 34 | 31 | 527 | 45 | 74 |
| Binary | 10111111 | 1110101 | 10001010 | 0 | 100111 | 11100 | 11001 | 101010111 | 100101 | 111100 |
Color Harmonies of #BF758A
Complementary color
Monochromatic Colors of #BF758A
Black with #BF758A
Text Example
Text Example
White with #BF758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF758A; }
p { color: rgb(191,117,138); }
H1.HeaderClassName
{
color: #BF758A;
}
.AnyTagClassName
{
color: #BF758A;
}
</style>
background-color css
<style>
a { background-color: #BF758A; }
a { background-color: rgb(191,117,138); }
div.DivClassName
{
background-color: #BF758A;
}
.BgClassName
{
background-color: #BF758A;
}
</style>
border-color css
<style>
span { border-color: #BF758A; }
span { border-color: rgb(191,117,138); }
td.TdClassName
{
border-color: #BF758A;
}
.TagClassName
{
border-color: #BF758A;
}
</style>