Shades of Tapestry #BF727D
Tints of Tapestry #BF727D
RGB
CMYK
RGB Variations
Color information
#BF727D (or 0xBF727D) is known color: Tapestry. HEX triplet: BF, 72 and 7D. RGB value is (191,114,125). Sum of RGB (Red+Green+Blue) = 191+114+125=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 191 - color contains mainly: red. Hex color #BF727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF727D is #408D82. Grayscale: #8A8A8A. Windows color (decimal): -4230531 or 8221375. OLE color: 8221375.
HSL color Cylindrical-coordinate representation of color #BF727D: hue angle of 351.43º degrees, saturation: 0.38, 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 #BF727D is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 125 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.25 |
| HSL | 351.43º | 0.38% | 0.6% | - |
| HSV(B) | 351.43º | 0.4% | 0.75% | - |
| XYZ | 31.2 | 24.59 | 22.5 | - |
| YUV | 138.28 | 120.51 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 125 | 0 | 0.40 | 0.35 | 0.25 | 351.43 | 0.38 | 0.6 |
| Hex | BF | 72 | 7D | 0 | 28 | 23 | 19 | 15F | 26 | 3C |
| Octal | 277 | 162 | 175 | 0 | 50 | 43 | 31 | 537 | 46 | 74 |
| Binary | 10111111 | 1110010 | 1111101 | 0 | 101000 | 100011 | 11001 | 101011111 | 100110 | 111100 |
Color Harmonies of #BF727D
Complementary color
Monochromatic Colors of #BF727D
Black with #BF727D
Text Example
Text Example
White with #BF727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF727D; }
p { color: rgb(191,114,125); }
H1.HeaderClassName
{
color: #BF727D;
}
.AnyTagClassName
{
color: #BF727D;
}
</style>
background-color css
<style>
a { background-color: #BF727D; }
a { background-color: rgb(191,114,125); }
div.DivClassName
{
background-color: #BF727D;
}
.BgClassName
{
background-color: #BF727D;
}
</style>
border-color css
<style>
span { border-color: #BF727D; }
span { border-color: rgb(191,114,125); }
td.TdClassName
{
border-color: #BF727D;
}
.TagClassName
{
border-color: #BF727D;
}
</style>