#BF647E

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

Shades of Tapestry #BF647E

Tints of Tapestry #BF647E

Color information

#BF647E (or 0xBF647E) is unknown color: approx Tapestry. HEX triplet: BF, 64 and 7E. RGB value is (191,100,126). Sum of RGB (Red+Green+Blue) = 191+100+126=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF647E is #409B81. Grayscale: #828282. Windows color (decimal): -4234114 or 8283327. OLE color: 8283327.

HSL color Cylindrical-coordinate representation of color #BF647E: hue angle of 342.86º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF647E is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB191100126-
CMYK00.480.340.25
HSL342.86º41.55%57.06%-
HSV(B)342.86º47.64%74.9%-
XYZ29.8121.722.36-
YUV130.17125.65171.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=45.80%
G=23.98%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110012600.480.340.25342.8641.5557.06
HexBF647E03022191572a39
Octal27714417606042315275271
Binary1011111111001001111110011000010001011001101010111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF647E; }

 p { color: rgb(191,100,126); }

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

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

 a { background-color: rgb(191,100,126); }

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

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

 span { border-color: rgb(191,100,126); }

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