Shades of Tapestry #BF748A
Tints of Tapestry #BF748A
RGB
CMYK
RGB Variations
Color information
#BF748A (or 0xBF748A) is known color: Tapestry. HEX triplet: BF, 74 and 8A. RGB value is (191,116,138). Sum of RGB (Red+Green+Blue) = 191+116+138=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF748A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF748A is #408B75. Grayscale: #8C8C8C. Windows color (decimal): -4230006 or 9073855. OLE color: 9073855.
HSL color Cylindrical-coordinate representation of color #BF748A: hue angle of 342.4º 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 #BF748A is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 116 | 138 | - |
| CMYK | 0 | 0.39 | 0.28 | 0.25 |
| HSL | 342.4º | 0.37% | 0.6% | - |
| HSV(B) | 342.4º | 0.39% | 0.75% | - |
| XYZ | 32.32 | 25.4 | 27.24 | - |
| YUV | 140.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 116 | 138 | 0 | 0.39 | 0.28 | 0.25 | 342.4 | 0.37 | 0.6 |
| Hex | BF | 74 | 8A | 0 | 27 | 1C | 19 | 156 | 25 | 3C |
| Octal | 277 | 164 | 212 | 0 | 47 | 34 | 31 | 526 | 45 | 74 |
| Binary | 10111111 | 1110100 | 10001010 | 0 | 100111 | 11100 | 11001 | 101010110 | 100101 | 111100 |
Color Harmonies of #BF748A
Complementary color
Monochromatic Colors of #BF748A
Black with #BF748A
Text Example
Text Example
White with #BF748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF748A; }
p { color: rgb(191,116,138); }
H1.HeaderClassName
{
color: #BF748A;
}
.AnyTagClassName
{
color: #BF748A;
}
</style>
background-color css
<style>
a { background-color: #BF748A; }
a { background-color: rgb(191,116,138); }
div.DivClassName
{
background-color: #BF748A;
}
.BgClassName
{
background-color: #BF748A;
}
</style>
border-color css
<style>
span { border-color: #BF748A; }
span { border-color: rgb(191,116,138); }
td.TdClassName
{
border-color: #BF748A;
}
.TagClassName
{
border-color: #BF748A;
}
</style>