#BF7A8E

Color #BF7A8E Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #BF7A8E

Tints of Tapestry #BF7A8E

Color information

#BF7A8E (or 0xBF7A8E) is unknown color: approx Tapestry. HEX triplet: BF, 7A and 8E. RGB value is (191,122,142). Sum of RGB (Red+Green+Blue) = 191+122+142=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7A8E is #408571. Grayscale: #909090. Windows color (decimal): -4228466 or 9337535. OLE color: 9337535.

HSL color Cylindrical-coordinate representation of color #BF7A8E: hue angle of 342.61º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF7A8E is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB191122142-
CMYK00.360.260.25
HSL342.61º35.03%61.37%-
HSV(B)342.61º36.13%74.9%-
XYZ33.3326.9529.04-
YUV144.91126.36160.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 142 (55.86% from 255) = 31.21%
R=41.98%
G=26.81%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112214200.360.260.25342.6135.0361.37
HexBF7A8E0241A19157233d
Octal27717221604432315274375
Binary1011111111110101000111001001001101011001101010111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7A8E; }

 p { color: rgb(191,122,142); }

 H1.HeaderClassName
 {
   color: #BF7A8E;
 }
 .AnyTagClassName
 {
   color: #BF7A8E;
 }
</style>
background-color css

<style>
 a { background-color: #BF7A8E; }

 a { background-color: rgb(191,122,142); }

 div.DivClassName
 {
   background-color: #BF7A8E;
 }
 .BgClassName
 {
   background-color: #BF7A8E;
 }
</style>
border-color css

<style>
 span { border-color: #BF7A8E; }

 span { border-color: rgb(191,122,142); }

 td.TdClassName
 {
   border-color: #BF7A8E;
 }
 .TagClassName
 {
   border-color: #BF7A8E;
 }
</style>