Shades of Tapestry #BF738C
Tints of Tapestry #BF738C
RGB
CMYK
RGB Variations
Color information
#BF738C (or 0xBF738C) is known color: Tapestry. HEX triplet: BF, 73 and 8C. RGB value is (191,115,140). Sum of RGB (Red+Green+Blue) = 191+115+140=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 115 (45.31% from 255 or 25.78% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF738C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF738C is #408C73. Grayscale: #8C8C8C. Windows color (decimal): -4230260 or 9204671. OLE color: 9204671.
HSL color Cylindrical-coordinate representation of color #BF738C: hue angle of 340.26º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BF738C is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 115 | 140 | - |
| CMYK | 0 | 0.40 | 0.27 | 0.25 |
| HSL | 340.26º | 0.37% | 0.6% | - |
| HSV(B) | 340.26º | 0.4% | 0.75% | - |
| XYZ | 32.35 | 25.23 | 27.98 | - |
| YUV | 140.57 | 127.68 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 115 | 140 | 0 | 0.40 | 0.27 | 0.25 | 340.26 | 0.37 | 0.6 |
| Hex | BF | 73 | 8C | 0 | 28 | 1B | 19 | 154 | 25 | 3C |
| Octal | 277 | 163 | 214 | 0 | 50 | 33 | 31 | 524 | 45 | 74 |
| Binary | 10111111 | 1110011 | 10001100 | 0 | 101000 | 11011 | 11001 | 101010100 | 100101 | 111100 |
Color Harmonies of #BF738C
Complementary color
Monochromatic Colors of #BF738C
Black with #BF738C
Text Example
Text Example
White with #BF738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF738C; }
p { color: rgb(191,115,140); }
H1.HeaderClassName
{
color: #BF738C;
}
.AnyTagClassName
{
color: #BF738C;
}
</style>
background-color css
<style>
a { background-color: #BF738C; }
a { background-color: rgb(191,115,140); }
div.DivClassName
{
background-color: #BF738C;
}
.BgClassName
{
background-color: #BF738C;
}
</style>
border-color css
<style>
span { border-color: #BF738C; }
span { border-color: rgb(191,115,140); }
td.TdClassName
{
border-color: #BF738C;
}
.TagClassName
{
border-color: #BF738C;
}
</style>