Shades of Tapestry #BF7283
Tints of Tapestry #BF7283
RGB
CMYK
RGB Variations
Color information
#BF7283 (or 0xBF7283) is known color: Tapestry. HEX triplet: BF, 72 and 83. RGB value is (191,114,131). Sum of RGB (Red+Green+Blue) = 191+114+131=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7283 is #408D7C. Grayscale: #8A8A8A. Windows color (decimal): -4230525 or 8614591. OLE color: 8614591.
HSL color Cylindrical-coordinate representation of color #BF7283: hue angle of 346.75º 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 #BF7283 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 114 | 131 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.25 |
| HSL | 346.75º | 0.38% | 0.6% | - |
| HSV(B) | 346.75º | 0.4% | 0.75% | - |
| XYZ | 31.6 | 24.75 | 24.58 | - |
| YUV | 138.96 | 123.51 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 114 | 131 | 0 | 0.40 | 0.31 | 0.25 | 346.75 | 0.38 | 0.6 |
| Hex | BF | 72 | 83 | 0 | 28 | 1F | 19 | 15B | 26 | 3C |
| Octal | 277 | 162 | 203 | 0 | 50 | 37 | 31 | 533 | 46 | 74 |
| Binary | 10111111 | 1110010 | 10000011 | 0 | 101000 | 11111 | 11001 | 101011011 | 100110 | 111100 |
Color Harmonies of #BF7283
Complementary color
Monochromatic Colors of #BF7283
Black with #BF7283
Text Example
Text Example
White with #BF7283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7283; }
p { color: rgb(191,114,131); }
H1.HeaderClassName
{
color: #BF7283;
}
.AnyTagClassName
{
color: #BF7283;
}
</style>
background-color css
<style>
a { background-color: #BF7283; }
a { background-color: rgb(191,114,131); }
div.DivClassName
{
background-color: #BF7283;
}
.BgClassName
{
background-color: #BF7283;
}
</style>
border-color css
<style>
span { border-color: #BF7283; }
span { border-color: rgb(191,114,131); }
td.TdClassName
{
border-color: #BF7283;
}
.TagClassName
{
border-color: #BF7283;
}
</style>