Shades of Tapestry #BF727B
Tints of Tapestry #BF727B
RGB
CMYK
RGB Variations
Color information
#BF727B (or 0xBF727B) is known color: Tapestry. HEX triplet: BF, 72 and 7B. RGB value is (191,114,123). Sum of RGB (Red+Green+Blue) = 191+114+123=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 123 (48.44% from 255 or 28.74% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF727B is #408D84. Grayscale: #8A8A8A. Windows color (decimal): -4230533 or 8090303. OLE color: 8090303.
HSL color Cylindrical-coordinate representation of color #BF727B: hue angle of 352.99º 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 #BF727B is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 123 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.25 |
| HSL | 352.99º | 0.38% | 0.6% | - |
| HSV(B) | 352.99º | 0.4% | 0.75% | - |
| XYZ | 31.08 | 24.54 | 21.84 | - |
| YUV | 138.05 | 119.51 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 123 | 0 | 0.40 | 0.36 | 0.25 | 352.99 | 0.38 | 0.6 |
| Hex | BF | 72 | 7B | 0 | 28 | 24 | 19 | 161 | 26 | 3C |
| Octal | 277 | 162 | 173 | 0 | 50 | 44 | 31 | 541 | 46 | 74 |
| Binary | 10111111 | 1110010 | 1111011 | 0 | 101000 | 100100 | 11001 | 101100001 | 100110 | 111100 |
Color Harmonies of #BF727B
Complementary color
Monochromatic Colors of #BF727B
Black with #BF727B
Text Example
Text Example
White with #BF727B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF727B; }
p { color: rgb(191,114,123); }
H1.HeaderClassName
{
color: #BF727B;
}
.AnyTagClassName
{
color: #BF727B;
}
</style>
background-color css
<style>
a { background-color: #BF727B; }
a { background-color: rgb(191,114,123); }
div.DivClassName
{
background-color: #BF727B;
}
.BgClassName
{
background-color: #BF727B;
}
</style>
border-color css
<style>
span { border-color: #BF727B; }
span { border-color: rgb(191,114,123); }
td.TdClassName
{
border-color: #BF727B;
}
.TagClassName
{
border-color: #BF727B;
}
</style>